Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,8 @@ def grayscale_image(image):
|
|
9 |
# Convert the image to grayscale
|
10 |
gray = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)
|
11 |
return gray
|
12 |
-
st.title('
|
|
|
13 |
def main():
|
14 |
# st.title("Grayscale Image Converter")
|
15 |
|
|
|
9 |
# Convert the image to grayscale
|
10 |
gray = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)
|
11 |
return gray
|
12 |
+
st.title('📷Passport Photo Maker📷')
|
13 |
+
st.write("Made with ❤️ by Mainak")
|
14 |
def main():
|
15 |
# st.title("Grayscale Image Converter")
|
16 |
|