Update app.py
Browse files
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 |
-
|
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)
|