Dricz commited on
Commit
e1c8e99
1 Parent(s): 9ce1868

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -71,8 +71,6 @@ yolo_app = gr.Interface(
71
  )
72
 
73
  # Launch the Gradio interface in debug mode with queue enabled
74
- yolo_app.launch(debug=True, share=True)
75
 
76
 
77
- # iface = gr.Interface(fn=response, inputs="image", outputs="image")
78
- # iface.launch()
 
71
  )
72
 
73
  # Launch the Gradio interface in debug mode with queue enabled
74
+ yolo_app.launch()
75
 
76