LiuZichen commited on
Commit
0d43e95
·
verified ·
1 Parent(s): 05bce8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,5 +124,5 @@ demo = gr.Interface(
124
  )
125
 
126
  if __name__ == "__main__":
127
- demo.launch()
128
 
 
124
  )
125
 
126
  if __name__ == "__main__":
127
+ demo.queue(max_size=20).launch(max_threads=20)
128