artificialguybr commited on
Commit
4d47eb6
1 Parent(s): 7c30181

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,5 +80,5 @@ with gr.Blocks() as app:
80
  inputs=[url_input, auth_token_input],
81
  outputs=[result_video]
82
  )
83
-
84
  app.launch()
 
80
  inputs=[url_input, auth_token_input],
81
  outputs=[result_video]
82
  )
83
+ app.queue()
84
  app.launch()