Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
justinahsu/angrychatbot
justinahsu
/
chatbotgoogle
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
justinahsu
commited on
Oct 30, 2025
Commit
66b4a4e
·
verified
·
1 Parent(s):
c9b493c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -44,4 +44,4 @@ def chat_response(message, history):
44
theme="soft",
45
)
46
47
-
demo.
launch
(
share
=
True
)
44
theme="soft",
45
)
46
47
+
demo.
queue
(
concurrency_count
=
8
)
.launch()