Essa20001 commited on
Commit
386f89a
·
verified ·
1 Parent(s): 4253cdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Stylized Image",
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",