triflix commited on
Commit
f51f04a
·
verified ·
1 Parent(s): 5dc5516

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -349,4 +349,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
349
  if __name__ == "__main__":
350
  if not model_choices:
351
  print("No models available. Gradio app may not function correctly.")
352
- app.launch(debug=True, show_error=True) # show_error for better debugging
 
349
  if __name__ == "__main__":
350
  if not model_choices:
351
  print("No models available. Gradio app may not function correctly.")
352
+ app.launch() # show_error for better debugging