Aspoing commited on
Commit
1e29a8e
·
1 Parent(s): 5f8c26e

[MOD] blur_image.py (change the output image name)

Browse files
Files changed (1) hide show
  1. 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("ivainpix.png")
 
42
 
43
  #fusion des trois nouvelles images
44
  imgnew = Image.merge('RGB',(nr,ng,nb))
45
+ imgnew.save("AI_generated_blurred.png")