Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
IlyaGusev/saiga_nemo_12b_gptq_demo
Severian
/
ANIMA-7B-Biomimicry-LLM
like
3
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Severian
commited on
Nov 11, 2023
Commit
4b97366
·
1 Parent(s):
21878e5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -69,5 +69,4 @@ demo = gr.ChatInterface(
69
clear_btn="Clear",
70
71
)
72
-
demo.
queue
(
concurrency_count
=
1
,
max_size
=5)
73
-
demo.launch(max_treads=10)
69
clear_btn="Clear",
70
71
)
72
+
demo.
launch
(
max_threads
=
10
,
concurrency_limit
=5)