Spaces:
Runtime error
Runtime error
MarcusAGray
commited on
Commit
•
bc8bfa0
1
Parent(s):
1e83fb4
adjusted launch function paramter
Browse files
app.py
CHANGED
@@ -15,4 +15,4 @@ image = gr.inputs.Image(shape=(192, 192))
|
|
15 |
label = gr.outputs.Label()
|
16 |
|
17 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label)
|
18 |
-
intf.launch(
|
|
|
15 |
label = gr.outputs.Label()
|
16 |
|
17 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label)
|
18 |
+
intf.launch(inline=False)
|