Spaces:
Runtime error
Runtime error
Commit
Β·
b3e197b
1
Parent(s):
ea80424
Update app.py
Browse files
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
|