de3sec commited on
Commit
34c11c8
1 Parent(s): ec9cb96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ if uploaded_file is not None:
65
  img_output = change_background(img_input, img_matte, background_alpha=alpha, background_hex=hexmap[in_mode])
66
 
67
  with st.expander("Success!", expanded=True):
68
- st.image(img_output, width=40)
69
  uploaded_name = os.path.splitext(uploaded_file.name)[0]
70
  image_download_button(
71
  pil_image=img_output,
 
65
  img_output = change_background(img_input, img_matte, background_alpha=alpha, background_hex=hexmap[in_mode])
66
 
67
  with st.expander("Success!", expanded=True):
68
+ st.image(img_output, width=80)
69
  uploaded_name = os.path.splitext(uploaded_file.name)[0]
70
  image_download_button(
71
  pil_image=img_output,