iamrobotbear commited on
Commit
141404c
·
1 Parent(s): 74fc255

add debugging

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -132,5 +132,6 @@ iface = gr.Interface(
132
  css=".output { flex-direction: column; } .output .outputs { width: 100%; }" # Custom CSS
133
  )
134
 
135
- iface.launch()
 
136
 
 
132
  css=".output { flex-direction: column; } .output .outputs { width: 100%; }" # Custom CSS
133
  )
134
 
135
+ #iface.launch()
136
+ iface.launch(debug=True)
137