iamrobotbear commited on
Commit
b2e571e
·
1 Parent(s): bc5964e

enable debugging too

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,4 +111,4 @@ iface = gr.Interface(
111
  )
112
 
113
  # Launch Gradio app
114
- iface.launch()
 
111
  )
112
 
113
  # Launch Gradio app
114
+ iface.launch(debug=True)