Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,4 +16,4 @@ gr.Interface(
|
|
| 16 |
fn=predict,
|
| 17 |
inputs=gr.inputs.Image(shape=(192,192)),
|
| 18 |
outputs=gr.outputs.Label(num_top_classes=3)
|
| 19 |
-
).launch(
|
|
|
|
| 16 |
fn=predict,
|
| 17 |
inputs=gr.inputs.Image(shape=(192,192)),
|
| 18 |
outputs=gr.outputs.Label(num_top_classes=3)
|
| 19 |
+
).launch()
|