oscarfu0501 commited on
Commit
eeaeb0e
1 Parent(s): f64f1c0

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -18,7 +18,7 @@ class EndpointHandler:
18
  # current_directory = os.getcwd()
19
  # print("Current working directory:", current_directory)
20
 
21
- url = "https://drive.google.com/uc?id=1jB8sDYYOTfuF7B1PMcDjkm5R7huv97Wm"
22
  gdown.download(url, './best.pt', quiet=False)
23
 
24
  self.model = YOLO("./best.pt")
 
18
  # current_directory = os.getcwd()
19
  # print("Current working directory:", current_directory)
20
 
21
+ url = "https://drive.google.com/file/d/1jB8sDYYOTfuF7B1PMcDjkm5R7huv97Wm/view?usp=sharing"
22
  gdown.download(url, './best.pt', quiet=False)
23
 
24
  self.model = YOLO("./best.pt")