Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -34,4 +34,4 @@ if uploaded_file is not None:
|
|
34 |
st.image(image, caption='Original Image', use_column_width=True)
|
35 |
with col2:
|
36 |
st.image(processed_bg, caption='Background Removed', use_column_width=True)
|
37 |
-
st.download_button(label="Download image",file_name=
|
|
|
34 |
st.image(image, caption='Original Image', use_column_width=True)
|
35 |
with col2:
|
36 |
st.image(processed_bg, caption='Background Removed', use_column_width=True)
|
37 |
+
st.download_button(label="Download image",data=processed_bg,file_name="removed BG",mime="image/png")
|