Andre Pedersen
commited on
Commit
·
da41a29
1
Parent(s):
9993157
Updated url to download model to working url
Browse files- livermask/livermask.py +1 -1
livermask/livermask.py
CHANGED
@@ -29,7 +29,7 @@ def post_process(pred):
|
|
29 |
return pred
|
30 |
|
31 |
def get_model():
|
32 |
-
url = "https://drive.google.com/uc?id=
|
33 |
output = "model.h5"
|
34 |
md5 = "ef5a6dfb794b39bea03f5496a9a49d4d"
|
35 |
gdown.cached_download(url, output, md5=md5) #, postprocess=gdown.extractall)
|
|
|
29 |
return pred
|
30 |
|
31 |
def get_model():
|
32 |
+
url = "https://drive.google.com/uc?id=12or5Q79at2BtLgQ7IaglNGPFGRlEgEHc"
|
33 |
output = "model.h5"
|
34 |
md5 = "ef5a6dfb794b39bea03f5496a9a49d4d"
|
35 |
gdown.cached_download(url, output, md5=md5) #, postprocess=gdown.extractall)
|