Spaces:
Running
Running
Francisco Cerna
commited on
Commit
·
13c4d1b
1
Parent(s):
b06742b
Update app.py
Browse files
app.py
CHANGED
@@ -150,8 +150,8 @@ iface = gr.Interface(yolo,
|
|
150 |
flagging_options=["Correcto", "Incorrecto", "Casi correcto", "Error", "Otro"],
|
151 |
flagging_callback=hf_writer)
|
152 |
|
153 |
-
|
154 |
-
iface.launch(cache_examples=True, debug=True)
|
155 |
|
156 |
"""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).
|
157 |
|
|
|
150 |
flagging_options=["Correcto", "Incorrecto", "Casi correcto", "Error", "Otro"],
|
151 |
flagging_callback=hf_writer)
|
152 |
|
153 |
+
iface.launch(cache_examples=True, enable_queue=True, debug=True)
|
154 |
+
#iface.launch(cache_examples=True, debug=True)
|
155 |
|
156 |
"""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).
|
157 |
|