Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -164,6 +164,7 @@ iface = gr.Interface(yolo,
|
|
164 |
)
|
165 |
|
166 |
#iface.launch(enable_queue=True, debug=True)
|
|
|
167 |
iface.launch(debug=True)
|
168 |
|
169 |
"""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).
|
|
|
164 |
)
|
165 |
|
166 |
#iface.launch(enable_queue=True, debug=True)
|
167 |
+
iface.queue()
|
168 |
iface.launch(debug=True)
|
169 |
|
170 |
"""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).
|