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