Removed check_file_exist
Browse files
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 |
|