jhonparra18 commited on
Commit
4ab83eb
1 Parent(s): 01b0e2e

modified model path

Browse files
Files changed (1) hide show
  1. inference.py +1 -1
inference.py CHANGED
@@ -6,7 +6,7 @@ import os
6
 
7
  cur_path=os.getcwd()
8
  ## download weights and config file
9
- file_id = '1-JWDCqKe4KTMoL-VibtiKDX6FP1xSLy2'
10
  url = f'https://drive.google.com/uc?id='
11
  output = f'{cur_path}/best_model.pth'
12
  gdown.download(f"{url}{file_id}", output, quiet=False)
 
6
 
7
  cur_path=os.getcwd()
8
  ## download weights and config file
9
+ file_id = '1GZusQVTXMTL8ydnCI4GkwCy6fyTNzEPC'
10
  url = f'https://drive.google.com/uc?id='
11
  output = f'{cur_path}/best_model.pth'
12
  gdown.download(f"{url}{file_id}", output, quiet=False)