Fer-geo commited on
Commit
33e200f
·
verified ·
1 Parent(s): 377f1be

Update app.py

Browse files

Updated the repo_id value to the correct one "ibm-nasa-geospatial/Prithvi-EO-1.0-100M-multi-temporal-crop-classification"

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,10 +1,10 @@
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-multi-temporal-crop-classification",
5
  filename="multi_temporal_crop_classification_Prithvi_100M.py",
6
  token=os.environ.get("token"))
7
- ckpt=hf_hub_download(repo_id="ibm-nasa-geospatial/Prithvi-100M-multi-temporal-crop-classification",
8
  filename='multi_temporal_crop_classification_Prithvi_100M.pth',
9
  token=os.environ.get("token"))
10
  ##########
 
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-EO-1.0-100M-multi-temporal-crop-classification",
5
  filename="multi_temporal_crop_classification_Prithvi_100M.py",
6
  token=os.environ.get("token"))
7
+ ckpt=hf_hub_download(repo_id="ibm-nasa-geospatial/Prithvi-EO-1.0-100M-multi-temporal-crop-classification",
8
  filename='multi_temporal_crop_classification_Prithvi_100M.pth',
9
  token=os.environ.get("token"))
10
  ##########