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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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}')