Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Omnibus
/
map-tiles
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Omnibus
commited on
Mar 20, 2024
Commit
fbd58e4
·
verified
·
1 Parent(s):
e2d012c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import os
2
-
os.system("wget https://download.geofabrik.de/north-america-latest.osm.pbf")
3
print(done)
1
import os
2
+
os.system("wget https://download.geofabrik.de/north-america-latest.osm.pbf
-p /osm
")
3
print(done)