Meloo commited on
Commit
4069b11
1 Parent(s): f1868ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -123,7 +123,6 @@ def inference(image, upscale, large_input_flag, color_fix):
123
  upscale = 2
124
 
125
  model = set_safmn(upscale)
126
-
127
  img = np.array(image)
128
  img = img / 255.
129
  img = img.astype(np.float32)
 
123
  upscale = 2
124
 
125
  model = set_safmn(upscale)
 
126
  img = np.array(image)
127
  img = img / 255.
128
  img = img.astype(np.float32)