beyoru commited on
Commit
6529630
·
verified ·
1 Parent(s): c894586

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(debug=True)
 
93
  load_model(MODEL_OPTIONS[0])
94
 
95
  # Launch the app
96
+ demo.launch(debug=True, show_api=False)