Spaces:
Build error
Build error
fix syntax error
Browse files
app.py
CHANGED
@@ -25,7 +25,8 @@ def upscale(image):
|
|
25 |
result = sr.upsample(image)
|
26 |
|
27 |
# Save the image
|
28 |
-
cv2.imwrite("./upscaled.png", result)
|
|
|
29 |
|
30 |
iface = gr.Interface(
|
31 |
upscale,
|
|
|
25 |
result = sr.upsample(image)
|
26 |
|
27 |
# Save the image
|
28 |
+
# cv2.imwrite("./upscaled.png", result)
|
29 |
+
return result
|
30 |
|
31 |
iface = gr.Interface(
|
32 |
upscale,
|