Politrees commited on
Commit
a848d37
·
verified ·
1 Parent(s): 7c5c639

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -624,7 +624,7 @@ with gr.Blocks(
624
  )
625
 
626
  def main():
627
- app.launch(share=True, debug=True)
628
 
629
  if __name__ == "__main__":
630
  main()
 
624
  )
625
 
626
  def main():
627
+ app.queue().launch(share=True, debug=True)
628
 
629
  if __name__ == "__main__":
630
  main()