Update app.py
Browse files
app.py
CHANGED
@@ -111,8 +111,7 @@ def inference(image, upscale, large_input_flag, color_fix):
|
|
111 |
upscale = int(upscale) # convert type to int
|
112 |
|
113 |
model = set_safmn(upscale)
|
114 |
-
|
115 |
-
print(image)
|
116 |
|
117 |
img = cv2.imread(str(image), cv2.IMREAD_COLOR)
|
118 |
print(f'input size: {img.shape}')
|
|
|
111 |
upscale = int(upscale) # convert type to int
|
112 |
|
113 |
model = set_safmn(upscale)
|
114 |
+
print(image)
|
|
|
115 |
|
116 |
img = cv2.imread(str(image), cv2.IMREAD_COLOR)
|
117 |
print(f'input size: {img.shape}')
|