Bils commited on
Commit
f7e7de6
·
verified ·
1 Parent(s): bd94da8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,4 +115,4 @@ with gr.Blocks() as demo:
115
  # ---------------------------------------------------------------------
116
  # Launch App
117
  # ---------------------------------------------------------------------
118
- demo.launch(share=True)
 
115
  # ---------------------------------------------------------------------
116
  # Launch App
117
  # ---------------------------------------------------------------------
118
+ demo.launch(debug=True, share=True)