Spaces:
Runtime error
Runtime error
Actually fixed it
Browse files
app.py
CHANGED
|
@@ -20,4 +20,4 @@ intf=gr.Interface(fn=sample_predict,
|
|
| 20 |
inputs=gr.inputs.Image(shape=(512, 512)),
|
| 21 |
outputs=gr.outputs.Label(num_top_classes=3))
|
| 22 |
|
| 23 |
-
intf.launch(
|
|
|
|
| 20 |
inputs=gr.inputs.Image(shape=(512, 512)),
|
| 21 |
outputs=gr.outputs.Label(num_top_classes=3))
|
| 22 |
|
| 23 |
+
intf.launch()
|