Spaces:
Runtime error
Runtime error
Commit
·
9243acc
1
Parent(s):
a07a031
Fix
Browse files
app.py
CHANGED
@@ -14,4 +14,4 @@ image = gr.inputs.Image(shape=(192, 192))
|
|
14 |
label = gr.outputs.Label()
|
15 |
|
16 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label)
|
17 |
-
intf.launch(inline=False)
|
|
|
14 |
label = gr.outputs.Label()
|
15 |
|
16 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label)
|
17 |
+
intf.launch(inline=False, share=True)
|