Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
satellogic
/
EarthView-Viewer
like
7
Running
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
gera-richarte
commited on
May 2, 2024
Commit
11296d8
·
1 Parent(s):
6d787c4
no api exposed, since it'll have a token to access the dataset
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -172,4 +172,4 @@ with gr.Blocks(title="Dataset Explorer", fill_height = True) as demo:
172
173
table.render()
174
175
-
demo.launch()
172
173
table.render()
174
175
+
demo.launch(
show_api=False
)