son9john commited on
Commit
ed6de9d
·
1 Parent(s): a5b01a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,4 +171,4 @@ iface = gr.Interface(
171
  )
172
 
173
  # Run the Gradio interface
174
- iface.launch()
 
171
  )
172
 
173
  # Run the Gradio interface
174
+ iface.launch(debug=True,enable_queue=True)