Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
muk42
/
histOSM
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
histOSM
/
config.py
muk42
added OUTPUT_PATH
d0c9e96
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
149 Bytes
import
os
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
OUTPUT_DIR = os.path.join(BASE_DIR,
"output"
)
os.makedirs(OUTPUT_DIR, exist_ok=
True
)