Politrees commited on
Commit
aa724a9
·
verified ·
1 Parent(s): b006b39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -628,4 +628,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
628
  )
629
 
630
  if __name__ == "__main__":
631
- demo.launch(i18n=i18n, debug=True)
 
628
  )
629
 
630
  if __name__ == "__main__":
631
+ demo.queue().launch(i18n=i18n, debug=True, show_error=True)