Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hohonu-vicml
/
Trailblazer
like
10
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
eggarsway
commited on
Feb 4, 2024
Commit
5b0955d
Β·
1 Parent(s):
527337d
main
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -414,5 +414,5 @@ with gr.Blocks(
414
queue=False,
415
)
416
417
-
main.queue(api_open=False)
418
-
main.launch()
414
queue=False,
415
)
416
417
+
main.queue(
max_size=40,
api_open=False)
418
+
main.launch(
max_threads=400
)