guge123 commited on
Commit
884c9c2
1 Parent(s): 61a960a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,4 +14,4 @@ def detect(img):
14
 
15
 
16
  iface = gr.Interface(fn=detect, inputs=gr.Image(type="pil"), outputs=gr.Label(label="result"))
17
- iface.launch()
 
14
 
15
 
16
  iface = gr.Interface(fn=detect, inputs=gr.Image(type="pil"), outputs=gr.Label(label="result"))
17
+ iface.launch("share=True")