Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
| 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,
|