Spaces:
Runtime error
Runtime error
Commit ·
cb6f7c7
1
Parent(s): 15ae80b
share removed
Browse files
app.py
CHANGED
|
@@ -36,6 +36,6 @@ def classify_image(img):
|
|
| 36 |
iface = gr.Interface(fn=classify_image, inputs=image, outputs=label,
|
| 37 |
examples=examples)
|
| 38 |
|
| 39 |
-
iface.launch(
|
| 40 |
|
| 41 |
|
|
|
|
| 36 |
iface = gr.Interface(fn=classify_image, inputs=image, outputs=label,
|
| 37 |
examples=examples)
|
| 38 |
|
| 39 |
+
iface.launch()
|
| 40 |
|
| 41 |
|