doevent commited on
Commit
cd4fc5a
1 Parent(s): 34d223f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -381,4 +381,4 @@ with gr.Blocks(css="style.css") as demo:
381
  )
382
 
383
  if __name__ == "__main__":
384
- demo.queue(max_size=20).launch(debug=IS_COLAB, share=IS_COLAB)
 
381
  )
382
 
383
  if __name__ == "__main__":
384
+ demo.queue().launch(show_error=True)