jhonparra18 commited on
Commit
af0ca18
1 Parent(s): c29054b

Update inference.py

Browse files
Files changed (1) hide show
  1. inference.py +1 -1
inference.py CHANGED
@@ -8,7 +8,7 @@ cur_path=os.getcwd()
8
 
9
 
10
  ## download weights and config file
11
- file_id = '1GZusQVTXMTL8ydnCI4GkwCy6fyTNzEPC'
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)
 
8
 
9
 
10
  ## download weights and config file
11
+ file_id = '1-uVNiBjN9d6GBZy3jubvgq7slyEgObyr'
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)