Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sakaltcommunity
/
Qwentest
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sakalti
commited on
Dec 4, 2024
Commit
2826c82
·
verified
·
1 Parent(s):
b2bfe5e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -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