Spaces:
Runtime error
Runtime error
Commit
·
ecf2091
1
Parent(s):
dcb10ff
adjusted lanch function
Browse files
app.py
CHANGED
@@ -13,4 +13,4 @@ image = gr.inputs.Image(shape=(192, 192))
|
|
13 |
label = gr.outputs.Label()
|
14 |
|
15 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label)
|
16 |
-
intf.launch()
|
|
|
13 |
label = gr.outputs.Label()
|
14 |
|
15 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label)
|
16 |
+
intf.launch(inline=False)
|