fcernafukuzaki commited on
Commit
b3e197b
Β·
1 Parent(s): ea80424

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ iface = gr.Interface(yolo,
136
  #flagging_callback=hf_writer
137
  )
138
 
139
- iface.launch(enable_queue=True, debug=True)
140
 
141
  """For YOLOv5 PyTorch Hub inference with **PIL**, **OpenCV**, **Numpy** or **PyTorch** inputs please see the full [YOLOv5 PyTorch Hub Tutorial](https://github.com/ultralytics/yolov5/issues/36).
142
  ## Citation
 
136
  #flagging_callback=hf_writer
137
  )
138
 
139
+ iface.launch(enable_queue=True, debug=True, share=True)
140
 
141
  """For YOLOv5 PyTorch Hub inference with **PIL**, **OpenCV**, **Numpy** or **PyTorch** inputs please see the full [YOLOv5 PyTorch Hub Tutorial](https://github.com/ultralytics/yolov5/issues/36).
142
  ## Citation