Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cszhzleo
/
mistral-7b-inf2
like
0
Sleeping
App
Files
Files
Community
cszhzleo
commited on
May 22
Commit
0d0b874
•
1 Parent(s):
101ca60
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_limit=5
).launch(share=False)
159
theme=theme,
160
)
161
162
+
demo.queue().launch(share=False)