Spaces:
Runtime error
Runtime error
Commit ·
58e9314
1
Parent(s): 724a72f
boo
Browse files
app.py
CHANGED
|
@@ -14,4 +14,4 @@ def classify_image(img):
|
|
| 14 |
|
| 15 |
|
| 16 |
iface = gr.Interface(fn=classify_image, inputs=gr.inputs.Image(shape=(512, 512)), outputs=gr.outputs.Label(num_top_classes=3), interpretation="default", title="Watches classifier")
|
| 17 |
-
iface.launch(
|
|
|
|
| 14 |
|
| 15 |
|
| 16 |
iface = gr.Interface(fn=classify_image, inputs=gr.inputs.Image(shape=(512, 512)), outputs=gr.outputs.Label(num_top_classes=3), interpretation="default", title="Watches classifier")
|
| 17 |
+
iface.launch()
|