Update handler.py
Browse files- 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/
|
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")
|