Update app.py
Browse files
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)
|