seawolf2357 commited on
Commit
7c48783
·
verified ·
1 Parent(s): a1e4ce1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,4 +48,4 @@ demo = gr.ChatInterface(css=css,
48
  )
49
 
50
  if __name__ == "__main__":
51
- demo.launch()
 
48
  )
49
 
50
  if __name__ == "__main__":
51
+ demo.queue(max_size=10).launch()