Paolo-Fraccaro commited on
Commit
a2fbfcf
·
1 Parent(s): 8cb011c
Files changed (1) hide show
  1. app.py +2 -2
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="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
 
 
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/Prithvi-100M-burn-scar", filename="burn_scars_Prithvi_100M.py", token=os.environ.get("token"))
5
+ ckpt=hf_hub_download(repo_id="ibm-nasa-geospatial/Prithvi-100M-burn-scar", filename='burn_scars_Prithvi_100M.pth', token=os.environ.get("token"))
6
  ##########
7
 
8