doevent commited on
Commit
6f18403
·
verified ·
1 Parent(s): e30e59d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -479,4 +479,4 @@ with gr.Blocks(css="style.css", theme="Nymbo/Nymbo_Theme_5") as demo:
479
  )
480
 
481
  if __name__ == "__main__":
482
- demo.queue(max_size=20).launch(debug=IS_COLAB, share=IS_COLAB)
 
479
  )
480
 
481
  if __name__ == "__main__":
482
+ demo.queue(api_open=True).launch(show_api=True, show_error=True)