Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ML610
/
Mistral-7b-instruct-GGUF
like
2
Runtime error
App
Files
Files
Community
ML610
commited on
Oct 25, 2023
Commit
b39fe03
•
1 Parent(s):
5ad7f36
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -28,5 +28,5 @@ UI = gr.ChatInterface(
28
clear_btn="Clear chat"
29
)
30
31
-
UI.queue(max_size=10, concurrency_count=
4
)
32
UI.launch()
28
clear_btn="Clear chat"
29
)
30
31
+
UI.queue(max_size=10, concurrency_count=
8
)
32
UI.launch()