yuragoithf commited on
Commit
1b88331
·
verified ·
1 Parent(s): 7fe3aed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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