Sakalti commited on
Commit
2826c82
1 Parent(s): b2bfe5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -58,6 +58,7 @@ demo = gr.ChatInterface(
58
  label="Top-p (核 sampling)",
59
  ),
60
  ],
 
61
  )
62
 
63
 
 
58
  label="Top-p (核 sampling)",
59
  ),
60
  ],
61
+ concurrency_limit=30 # 例: 同時に4つのリクエストを処理
62
  )
63
 
64