Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ if image :
|
|
27 |
pillow_image.save(output_path)
|
28 |
st.image([output_path], caption='Colored Image', use_column_width=False)
|
29 |
st.download_button(
|
30 |
-
label="Download
|
31 |
data=BytesIO(numpy_array.tobytes()),
|
32 |
file_name="output_image.jpg",
|
33 |
key="download_button",
|
|
|
27 |
pillow_image.save(output_path)
|
28 |
st.image([output_path], caption='Colored Image', use_column_width=False)
|
29 |
st.download_button(
|
30 |
+
label="Download Colored Image",
|
31 |
data=BytesIO(numpy_array.tobytes()),
|
32 |
file_name="output_image.jpg",
|
33 |
key="download_button",
|