Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
truthdotphd
/
cloud-detection
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
truthdotphd
commited on
18 days ago
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
)