wang-sy commited on
Commit
0ff6669
·
1 Parent(s): a85dd96

change url

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -7,7 +7,7 @@ class EndpointHandler():
7
  # Preload all the elements you are going to need at inference.
8
  # pseudo:
9
  file_name = 'ckpt.pt'
10
- url = 'https://drive.google.com/file/d/1jt5zyFcyVUOd5kC_yMrcj3Wqk7kAzuPU/view?usp=sharing'
11
  gdown.download(url, file_name, quiet=False)
12
 
13
 
 
7
  # Preload all the elements you are going to need at inference.
8
  # pseudo:
9
  file_name = 'ckpt.pt'
10
+ url = 'https://drive.google.com/file/d/1jt5zyFcyVUOd5kC_yMrcj3Wqk7kAzuPU'
11
  gdown.download(url, file_name, quiet=False)
12
 
13