fcernafukuzaki commited on
Commit
68a42b3
1 Parent(s): 3843550

Update app.py

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