awsaf49 commited on
Commit
479a02a
·
1 Parent(s): 3126b1e

example removed

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/african_elephant.png"],
28
+ # ["example/chelsea.png"],
29
+ # ["example/german_shepherd.jpg"],
30
+ # ["example/panda.jpg"],
31
+ # ],
32
  )
33
  demo.launch()