Spaces:
Sleeping
Sleeping
jhonparra18
commited on
Commit
•
bd0061c
1
Parent(s):
53563e5
model path changed
Browse files- inference.py +3 -3
inference.py
CHANGED
@@ -8,13 +8,13 @@ cur_path=os.getcwd()
|
|
8 |
|
9 |
|
10 |
## download weights and config file ##checkpoint 565000
|
11 |
-
|
12 |
-
file_id = '1HqnOpMnRwqu93-VP1qqi3Kz6oyUZ2Rsq'
|
13 |
url = f'https://drive.google.com/uc?id='
|
14 |
output = f'{cur_path}/best_model.pth'
|
15 |
gdown.download(f"{url}{file_id}", output, quiet=False)
|
16 |
|
17 |
-
|
|
|
18 |
url = f'https://drive.google.com/uc?id='
|
19 |
output = f'{cur_path}/config.json'
|
20 |
gdown.download(f"{url}{file_id}", output, quiet=False)
|
|
|
8 |
|
9 |
|
10 |
## download weights and config file ##checkpoint 565000
|
11 |
+
file_id = '1jFhV3p9O6YZhTmK1DlJ5jq-Z2rqz-Av8'
|
|
|
12 |
url = f'https://drive.google.com/uc?id='
|
13 |
output = f'{cur_path}/best_model.pth'
|
14 |
gdown.download(f"{url}{file_id}", output, quiet=False)
|
15 |
|
16 |
+
|
17 |
+
file_id = '1cnk0kzVkZVRl9ZWj1lHcnE2EmS28_0de'
|
18 |
url = f'https://drive.google.com/uc?id='
|
19 |
output = f'{cur_path}/config.json'
|
20 |
gdown.download(f"{url}{file_id}", output, quiet=False)
|