Spaces:
Runtime error
Runtime error
Bimurat Mukhtar commited on
Commit ·
ba098b8
1
Parent(s): c1b0c67
removed share
Browse files
app.py
CHANGED
|
@@ -16,4 +16,4 @@ gr.Interface(
|
|
| 16 |
fn=predict,
|
| 17 |
inputs=gr.inputs.Image(shape=(512, 512)),
|
| 18 |
outputs=gr.outputs.Label(num_top_classes=3)
|
| 19 |
-
).launch(
|
|
|
|
| 16 |
fn=predict,
|
| 17 |
inputs=gr.inputs.Image(shape=(512, 512)),
|
| 18 |
outputs=gr.outputs.Label(num_top_classes=3)
|
| 19 |
+
).launch()
|