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
778c849
·
1 Parent(s):
4b97366
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -69,4 +69,4 @@ demo = gr.ChatInterface(
69
clear_btn="Clear",
70
71
)
72
-
demo.launch(max_threads=10
, concurrency_limit=5
)
69
clear_btn="Clear",
70
71
)
72
+
demo.launch(max_threads=10)