yuchenlin commited on
Commit
e7e3b25
·
verified ·
1 Parent(s): e55bd08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -80,4 +80,5 @@ demo = gr.ChatInterface(
80
  )
81
 
82
  if __name__ == "__main__":
 
83
  demo.launch(share=True)
 
80
  )
81
 
82
  if __name__ == "__main__":
83
+ demo.queue()
84
  demo.launch(share=True)