Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ggml-org
/
gguf-my-repo
like
957
Running
on
A10G
App
Files
Files
Community
136
Limit queue
#32
by
pcuenq
HF staff
- opened
Apr 5
base:
refs/heads/main
←
from:
refs/pr/32
Discussion
Files changed
+1
-1
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)