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