Update app.py
Browse files
app.py
CHANGED
|
@@ -17,4 +17,4 @@ intf = gr.Interface(fn=predict,
|
|
| 17 |
inputs=gr.inputs.Image(shape=(512, 512)),
|
| 18 |
outputs=gr.outputs.Label(num_top_classes=2))
|
| 19 |
|
| 20 |
-
|
|
|
|
| 17 |
inputs=gr.inputs.Image(shape=(512, 512)),
|
| 18 |
outputs=gr.outputs.Label(num_top_classes=2))
|
| 19 |
|
| 20 |
+
intf.launch(inline=False)
|