eaglelandsonce commited on
Commit
59a932d
1 Parent(s): 506056f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,5 +91,5 @@ iface = gr.Interface(
91
  )
92
 
93
  # Launch the interface
94
- iface.launch()
95
 
 
91
  )
92
 
93
  # Launch the interface
94
+ iface.launch(debug=true)
95