Hugging Face
Models
Datasets
Spaces
Community
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
21878e5
·
1 Parent(s):
a948040
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -69,5 +69,5 @@ demo = gr.ChatInterface(
69
clear_btn="Clear",
70
71
)
72
-
73
-
demo.launch()
69
clear_btn="Clear",
70
71
)
72
+
demo.queue(concurrency_count=1, max_size=5)
73
+
demo.launch(
max_treads=10
)