iamrobotbear commited on
Commit
0041559
·
1 Parent(s): 0f9d382

add debug as shit is broken

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,4 +151,4 @@ iface = gr.Interface(
151
  )
152
 
153
  # Launch the Gradio interface
154
- iface.launch()
 
151
  )
152
 
153
  # Launch the Gradio interface
154
+ iface.launch(debug=True)