Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -246,7 +246,7 @@ def process_image_1(image):
|
|
246 |
#cv2.imwrite(f"{rand_im}-vid_tmp_proc.png", image)
|
247 |
#out = os.path.abspath(f"{rand_im}-vid_tmp_proc.png")
|
248 |
#out_url = f'https://omnibus-vid-url-dl-mod.hf.space/file={out}'
|
249 |
-
out = esr.realesrgan1(
|
250 |
print (out)
|
251 |
#out = Image.open(out)
|
252 |
return out
|
|
|
246 |
#cv2.imwrite(f"{rand_im}-vid_tmp_proc.png", image)
|
247 |
#out = os.path.abspath(f"{rand_im}-vid_tmp_proc.png")
|
248 |
#out_url = f'https://omnibus-vid-url-dl-mod.hf.space/file={out}'
|
249 |
+
out = esr.realesrgan1(image, "realesr-general-x4v3", 0.5, False, 2)
|
250 |
print (out)
|
251 |
#out = Image.open(out)
|
252 |
return out
|