Paolo-Fraccaro commited on
Commit
6e711d0
1 Parent(s): fa235d2

update file path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ config_path=hf_hub_download(repo_id="ibm-nasa-geospatial/Prithvi-100M-multi-temp
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_best_mIoU_epoch_66.pth',
9
  token=os.environ.get("token"))
10
  ##########
11
  import argparse
 
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
  ##########
11
  import argparse