Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
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
huggingface-projects/llama-2-7b-chat
AlexandreScriptsMT
/
llama-2-7b-chat
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hysts
HF Staff
commited on
Oct 4, 2023
Commit
89f9579
·
1 Parent(s):
4afe6bb
Update
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -276,4 +276,5 @@ with gr.Blocks(css="style.css") as demo:
276
api_name=False,
277
)
278
279
-
demo.queue(max_size
=
20).launch()
276
api_name=False,
277
)
278
279
+
if __name__
=
= "__main__":
280
+
demo.queue(max_size=20).launch()