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