Paolo-Fraccaro commited on
Commit
c348d23
·
1 Parent(s): 87a8ff3
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="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"))
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