Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ibm-nasa-geospatial
/
Prithvi-EO-2.0-Sen1Floods11-demo
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
blumenstiel
commited on
Dec 5, 2024
Commit
12f6482
Β·
1 Parent(s):
b4a1661
Fix gradio issue
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -175,4 +175,4 @@ Some example images are provided at the end of this page.
175
cache_examples=True
176
)
177
178
-
demo.launch(
) #
share=True, ssr_mode=False
175
cache_examples=True
176
)
177
178
+
demo.launch(share=True, ssr_mode=False
)