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