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