Spaces:
Build error
Build error
Commit
·
d93cb75
1
Parent(s):
cd9ee90
Update app.py
Browse files
app.py
CHANGED
|
@@ -51,4 +51,4 @@ def predict(img):
|
|
| 51 |
|
| 52 |
|
| 53 |
iface = gr.Interface(fn=predict, inputs=gr.inputs.Image(type='pil'), outputs="label").launch()
|
| 54 |
-
iface.launch()
|
|
|
|
| 51 |
|
| 52 |
|
| 53 |
iface = gr.Interface(fn=predict, inputs=gr.inputs.Image(type='pil'), outputs="label").launch()
|
| 54 |
+
iface.launch(share=True)
|