Commit
·
87a8ff3
1
Parent(s):
f941faa
fix app
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
######### pull files
|
|
|
2 |
from huggingface_hub import hf_hub_download
|
3 |
config_path=hf_hub_download(repo_id="ibm-nasa-geospatial/burn-scar-Prithvi-100M", filename="Prithvi_100M_config.yaml", token=os.environ.get("token"))
|
4 |
ckpt=hf_hub_download(repo_id="ibm-nasa-geospatial/burn-scar-Prithvi-100M", filename='Prithvi_100M.pt', token=os.environ.get("token"))
|
|
|
1 |
######### pull files
|
2 |
+
import os
|
3 |
from huggingface_hub import hf_hub_download
|
4 |
config_path=hf_hub_download(repo_id="ibm-nasa-geospatial/burn-scar-Prithvi-100M", filename="Prithvi_100M_config.yaml", token=os.environ.get("token"))
|
5 |
ckpt=hf_hub_download(repo_id="ibm-nasa-geospatial/burn-scar-Prithvi-100M", filename='Prithvi_100M.pt', token=os.environ.get("token"))
|