Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
truthdotphd
/
cloud-detection
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
truthdotphd
commited on
Apr 13, 2025
Commit
df6a791
·
verified
·
1 Parent(s):
5fe6028
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -352,4 +352,4 @@ with gr.Blocks(title="Satellite Cloud Detection") as demo:
352
)
353
354
# Launch the app
355
-
demo.launch()
352
)
353
354
# Launch the app
355
+
demo.
queue(default_concurrency_limit=8).
launch(
debug=True
)