Paolo-Fraccaro
commited on
Commit
•
6e711d0
1
Parent(s):
fa235d2
update file path
Browse files
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='
|
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
|