Hugo Flores Garcia commited on
Commit
4f61f00
1 Parent(s): bb8c1a2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -509,4 +509,4 @@ with gr.Blocks() as demo:
509
  outputs=[thank_you, download_file]
510
  )
511
 
512
- demo.launch(share=True, enable_queue=False, debug=True)
 
509
  outputs=[thank_you, download_file]
510
  )
511
 
512
+ demo.launch().queue()