project21 commited on
Commit
8bf7478
·
verified ·
1 Parent(s): 6b32518

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -253,4 +253,4 @@ gr_interface = gr.Interface(
253
  )
254
 
255
  # Launch the Gradio app
256
- gr_interface.launch()
 
253
  )
254
 
255
  # Launch the Gradio app
256
+ gr_interface.launch(debug=True)