krawc commited on
Commit
a1e1fb6
1 Parent(s): 23a3c74

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(share=True)
 
14
 
15
 
16
  iface = gr.Interface(fn=detect, inputs=gr.Image(type="pil"), outputs=gr.Label(label="result"))
17
+ iface.launch()