yuragoithf
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,8 @@ IMG_SCALING = (1, 1)
|
|
21 |
# gdown.download(url, output, quiet=False)
|
22 |
# return output
|
23 |
|
24 |
-
model_file = "./seg_unet_model.h5"
|
|
|
25 |
|
26 |
#Custom objects for model
|
27 |
|
|
|
21 |
# gdown.download(url, output, quiet=False)
|
22 |
# return output
|
23 |
|
24 |
+
#model_file = "./seg_unet_model.h5"
|
25 |
+
model_file = "seg_unet_model.h5"
|
26 |
|
27 |
#Custom objects for model
|
28 |
|