Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ggml-org
/
gguf-my-repo
like
956
Running
on
A10G
App
Files
Files
Community
136
pcuenq
HF staff
commited on
Apr 5
Commit
61c4de5
•
1 Parent(s):
1ea3dc6
Limit queue
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -175,4 +175,4 @@ iface = gr.Interface(
175
)
176
177
# Launch the interface
178
-
iface.launch(debug=True)
175
)
176
177
# Launch the interface
178
+
iface.
queue(default_concurrency_limit=1, max_size=5).
launch(debug=True)