beyoru commited on
Commit
01e34ce
·
verified ·
1 Parent(s): be6124d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,4 +93,4 @@ with gr.Blocks() as demo:
93
  load_model(MODEL_OPTIONS[0])
94
 
95
  # Launch the app
96
- demo.launch()
 
93
  load_model(MODEL_OPTIONS[0])
94
 
95
  # Launch the app
96
+ demo.launch(debug=True)