Spaces:
Running
Running
fcernafukuzaki
commited on
Commit
·
4cdbfda
1
Parent(s):
d4aa952
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ iface = gr.Interface(yolo,
|
|
135 |
#flagging_callback=hf_writer
|
136 |
)
|
137 |
|
138 |
-
iface.launch(enable_queue=True, debug=True
|
139 |
|
140 |
"""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).
|
141 |
## Citation
|
|
|
135 |
#flagging_callback=hf_writer
|
136 |
)
|
137 |
|
138 |
+
iface.launch(enable_queue=True, debug=True)
|
139 |
|
140 |
"""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).
|
141 |
## Citation
|