awsaf49 commited on
Commit
626e1ed
·
1 Parent(s): db46b0a

examples added in app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -23,11 +23,11 @@ demo = gr.Interface(
23
  ],
24
  title="Global Context Vision Transformer (GCViT) Demo",
25
  description="ImageNet Pretrain.",
26
- # examples=[
27
- # ["example/african_elephant.png"],
28
- # ["example/chelsea.png"],
29
- # ["example/german_shepherd.jpg"],
30
- # ["example/panda.jpg"],
31
- # ],
32
  )
33
  demo.launch()
 
23
  ],
24
  title="Global Context Vision Transformer (GCViT) Demo",
25
  description="ImageNet Pretrain.",
26
+ examples=[
27
+ ["example/hot_air_ballon.jpg"],
28
+ ["example/chelsea.png"],
29
+ ["example/german_shepherd.jpg"],
30
+ ["example/panda.jpg"],
31
+ ],
32
  )
33
  demo.launch()