rishi9440 commited on
Commit
8b6650d
1 Parent(s): 054ddf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ if uploaded_file is not None:
60
  img_output = change_background(img_input, img_matte, background_alpha=alpha, background_hex=hexmap[in_mode])
61
 
62
  with st.expander("Success!", expanded=True):
63
- st.image(img_output)
64
  uploaded_name = os.path.splitext(uploaded_file.name)[0]
65
  image_download_button(
66
  pil_image=img_output,
 
60
  img_output = change_background(img_input, img_matte, background_alpha=alpha, background_hex=hexmap[in_mode])
61
 
62
  with st.expander("Success!", expanded=True):
63
+ st.image(img_output+"/?target=external")
64
  uploaded_name = os.path.splitext(uploaded_file.name)[0]
65
  image_download_button(
66
  pil_image=img_output,