Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cszhzleo
/
mistral-7b-inf2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cszhzleo
commited on
May 22, 2024
Commit
101ca60
·
verified
·
1 Parent(s):
509bdb6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -159,4 +159,4 @@ demo = gr.ChatInterface(
159
theme=theme,
160
)
161
162
-
demo.queue(
concurrency_count
=5).launch(share=False)
159
theme=theme,
160
)
161
162
+
demo.queue(
concurrency_limit
=5).launch(share=False)