Spaces:
Runtime error
Runtime error
Update app.py
Browse fileschanged sharing
app.py
CHANGED
@@ -27,4 +27,4 @@ label = gr.Label()
|
|
27 |
examples = ['dog.jpg', 'dunno.jpg']
|
28 |
|
29 |
intf = gr.Interface(fn = classify_image, inputs = image, outputs = label, examples = examples)
|
30 |
-
intf.launch(inline=False)
|
|
|
27 |
examples = ['dog.jpg', 'dunno.jpg']
|
28 |
|
29 |
intf = gr.Interface(fn = classify_image, inputs = image, outputs = label, examples = examples)
|
30 |
+
intf.launch(inline=False, share=True)
|