mygyasir commited on
Commit
8c5d32f
1 Parent(s): 8ffbd16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",data=processed_bg,file_name="removed BG",mime="image/png")
 
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
+