Meloo commited on
Commit
6387870
·
verified ·
1 Parent(s): f63b972

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -111,6 +111,8 @@ 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
  img = cv2.imread(str(image), cv2.IMREAD_COLOR)
116
  print(f'input size: {img.shape}')
 
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}')