mygyasir commited on
Commit
2b39569
·
1 Parent(s): d284020

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -34,3 +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)
 
 
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=processed_bg)