Ignaciobfp commited on
Commit
686e70d
·
1 Parent(s): 2932e21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -293,7 +293,7 @@ def predict(img):
293
  return Image.fromarray(mask.astype('uint8'))
294
 
295
  def predict_full(img):
296
- single_image_path = "tmp.tif"
297
  base_f = "."
298
  pro_f = "processing"
299
  rsw_f = "results_windows"
 
293
  return Image.fromarray(mask.astype('uint8'))
294
 
295
  def predict_full(img):
296
+ single_image_path = "./tmp.tif"
297
  base_f = "."
298
  pro_f = "processing"
299
  rsw_f = "results_windows"