Commit
·
c348d23
1
Parent(s):
87a8ff3
fix path
Browse files
app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
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="
|
5 |
-
ckpt=hf_hub_download(repo_id="ibm-nasa-geospatial/burn-scar-Prithvi-100M", filename='
|
6 |
##########
|
7 |
|
8 |
|
|
|
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="burn_scars_Prithvi_100M.py", token=os.environ.get("token"))
|
5 |
+
ckpt=hf_hub_download(repo_id="ibm-nasa-geospatial/burn-scar-Prithvi-100M", filename='burn_scars_Prithvi_100M.pth', token=os.environ.get("token"))
|
6 |
##########
|
7 |
|
8 |
|