Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shauray
/
StarCoder
like
1
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
shauray
commited on
Sep 20, 2023
Commit
4d29aa3
·
1 Parent(s):
7a6e840
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -201,3 +201,4 @@ with gr.Blocks(css='style.css') as demo:
201
outputs=chatbot,
202
api_name=False,
203
)
201
outputs=chatbot,
202
api_name=False,
203
)
204
+
demo.queue(max_size=20).launch()