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