Spaces:
Runtime error
Runtime error
[MOD] blur_image.py (change the output image name)
Browse files- blur_image.py +1 -1
blur_image.py
CHANGED
@@ -42,4 +42,4 @@ def blur_image():
|
|
42 |
|
43 |
#fusion des trois nouvelles images
|
44 |
imgnew = Image.merge('RGB',(nr,ng,nb))
|
45 |
-
imgnew.save("
|
|
|
42 |
|
43 |
#fusion des trois nouvelles images
|
44 |
imgnew = Image.merge('RGB',(nr,ng,nb))
|
45 |
+
imgnew.save("AI_generated_blurred.png")
|