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