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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -163,7 +163,8 @@ iface = gr.Interface(yolo,
163
  #flagging_callback=hf_writer
164
  )
165
 
166
- iface.launch(enable_queue=True, debug=True)
 
167
 
168
  """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).
169
  ## Citation
 
163
  #flagging_callback=hf_writer
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).
170
  ## Citation