MarceloCC commited on
Commit
4eb40e7
·
verified ·
1 Parent(s): c8d27df

Update script.py

Browse files
Files changed (1) hide show
  1. script.py +1 -1
script.py CHANGED
@@ -5,4 +5,4 @@ from PIL import Image
5
 
6
  data = np.random.randint(0, 255, size=(300, 300, 3), dtype=np.uint8)
7
  img = Image.fromarray(data, 'RGB')
8
- img.save('patch.png')
 
5
 
6
  data = np.random.randint(0, 255, size=(300, 300, 3), dtype=np.uint8)
7
  img = Image.fromarray(data, 'RGB')
8
+ #img.save('patch.png')