MichalMlodawski commited on
Commit
cbbe67a
1 Parent(s): 0a74dbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,4 +53,4 @@ with gr.Blocks() as demo:
53
 
54
  detect_button.click(fn=yolo_detection, inputs=image_input, outputs=image_output)
55
 
56
- demo.launch(share=True)
 
53
 
54
  detect_button.click(fn=yolo_detection, inputs=image_input, outputs=image_output)
55
 
56
+ demo.launch(share=False)