LinaJawadi commited on
Commit
8d9fd08
1 Parent(s): d18d82e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,4 +1,5 @@
1
- import PIL as image def gray(image):
 
2
  image_gray = image.convert('L')
3
  return image_gray
4
 
 
1
+ import PIL as image
2
+ def gray(image):
3
  image_gray = image.convert('L')
4
  return image_gray
5