Commit
·
8a41460
1
Parent(s):
160cb15
Update app.py
Browse files
app.py
CHANGED
@@ -60,4 +60,4 @@ def predict(image=None) -> dict:
|
|
60 |
gr.Interface(fn=predict,
|
61 |
inputs=gr.inputs.Image(),
|
62 |
outputs=gr.outputs.Label(num_top_classes=10),
|
63 |
-
examples=["200005.jpg", "200006.jpg"], interpretation='default'
|
|
|
60 |
gr.Interface(fn=predict,
|
61 |
inputs=gr.inputs.Image(),
|
62 |
outputs=gr.outputs.Label(num_top_classes=10),
|
63 |
+
examples=["200005.jpg", "200006.jpg"], interpretation='default').launch()
|