Spidartist
commited on
Commit
•
adbabdb
1
Parent(s):
be1fa74
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ def ant_genus_classification(image):
|
|
114 |
# }
|
115 |
|
116 |
|
117 |
-
demo = gr.Interface(fn=ant_genus_classification, inputs="image", outputs=gr.Label(num_top_classes=
|
118 |
|
119 |
if __name__ == "__main__":
|
120 |
demo.launch(debug=True)
|
|
|
114 |
# }
|
115 |
|
116 |
|
117 |
+
demo = gr.Interface(fn=ant_genus_classification, inputs="image", outputs=gr.Label(num_top_classes=10))
|
118 |
|
119 |
if __name__ == "__main__":
|
120 |
demo.launch(debug=True)
|