Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -17,7 +17,7 @@ if uploaded_file:
|
|
| 17 |
# Open and convert the uploaded image to RGB format
|
| 18 |
image = Image.open(uploaded_file).convert("RGB")
|
| 19 |
|
| 20 |
-
option = st.sidebar.selectbox("Choose an action", ("Convert to Black & White", "Colorize
|
| 21 |
|
| 22 |
if st.sidebar.button("Process"):
|
| 23 |
#Convert the uploaded image to black and white
|
|
|
|
| 17 |
# Open and convert the uploaded image to RGB format
|
| 18 |
image = Image.open(uploaded_file).convert("RGB")
|
| 19 |
|
| 20 |
+
option = st.sidebar.selectbox("Choose an action", ("Convert to Black & White", "Colorize Your B&W images"))
|
| 21 |
|
| 22 |
if st.sidebar.button("Process"):
|
| 23 |
#Convert the uploaded image to black and white
|