Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio-discord-bots
/
Llama-2-13b-chat-hf
like
2
Sleeping
App
Files
Files
Community
freddyaboulton
HF staff
commited on
Jun 7, 2024
Commit
aff5e12
•
1 Parent(s):
151ab09
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -72,4 +72,4 @@ with gr.Blocks() as demo:
72
interface.render()
73
74
75
-
demo.queue(
concurrency_count=70
).launch()
72
interface.render()
73
74
75
+
demo.queue().launch()