KenjieDec commited on
Commit
6cd48f5
·
verified ·
1 Parent(s): 2589598

Removed check_file_exist

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -119,8 +119,6 @@ def inference(filepaths, is_gray, res_percentage, input_quality):
119
 
120
  print("--inference finished")
121
 
122
- image_path = check_file_exist("output_images", filename)
123
-
124
  outputs.append((img_E, f'{filename}'))
125
  before_afters.append((input_img, img_E))
126
 
 
119
 
120
  print("--inference finished")
121
 
 
 
122
  outputs.append((img_E, f'{filename}'))
123
  before_afters.append((input_img, img_E))
124