offry commited on
Commit
0c2a598
·
1 Parent(s): ab29ae2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -413,6 +413,6 @@ gr.Interface(fn=predict,
413
  title="ArcAid: Analysis of Archaeological Artifacts using Drawings",
414
  description="Easily classify artifacs, retrieve similar ones and generate drawings. "
415
  "https://arxiv.org/abs/2211.09480.",
416
- examples=['anth.jpg', 'beetle_snakes.jpg', 'bird.jpg', 'cross.jpg', 'ibex.jpg',
417
- 'lion.jpg', 'lion2.jpg', 'sa.jpg'],
418
  outputs=[gr.Label(num_top_classes=1), gr.Label(num_top_classes=1), "image", 'plot', 'text'], ).launch(share=True, enable_queue=True)
 
413
  title="ArcAid: Analysis of Archaeological Artifacts using Drawings",
414
  description="Easily classify artifacs, retrieve similar ones and generate drawings. "
415
  "https://arxiv.org/abs/2211.09480.",
416
+ # examples=['anth.jpg', 'beetle_snakes.jpg', 'bird.jpg', 'cross.jpg', 'ibex.jpg',
417
+ # 'lion.jpg', 'lion2.jpg', 'sa.jpg'],
418
  outputs=[gr.Label(num_top_classes=1), gr.Label(num_top_classes=1), "image", 'plot', 'text'], ).launch(share=True, enable_queue=True)