fcernafukuzaki commited on
Commit
9d134d2
1 Parent(s): 9beb7dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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).