Essa20001 commited on
Commit
4253cdf
·
verified ·
1 Parent(s): 5bb2dd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ if image :
25
  pillow_image = Image.fromarray(numpy_array)
26
  output_path = "output_image.jpg"
27
  pillow_image.save(output_path)
28
- st.image([output_path], caption='Colored Image', use_column_width=True)
29
  st.download_button(
30
  label="Download Stylized Image",
31
  data=BytesIO(numpy_array.tobytes()),
 
25
  pillow_image = Image.fromarray(numpy_array)
26
  output_path = "output_image.jpg"
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()),