oscarfu0501 commited on
Commit
7c94be0
1 Parent(s): 8f4d6ad

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -0
handler.py CHANGED
@@ -20,6 +20,7 @@ class EndpointHandler:
20
 
21
 
22
  def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
 
23
  url = "https://drive.google.com/file/d/1jB8sDYYOTfuF7B1PMcDjkm5R7huv97Wm/view?usp=sharing"
24
  gdown.download(url, 'best.pt', quiet=False)
25
 
 
20
 
21
 
22
  def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
23
+
24
  url = "https://drive.google.com/file/d/1jB8sDYYOTfuF7B1PMcDjkm5R7huv97Wm/view?usp=sharing"
25
  gdown.download(url, 'best.pt', quiet=False)
26