sourceoftruthdata commited on
Commit
5833ab0
·
1 Parent(s): db37b3c

update readme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ st.set_page_config(layout="wide", page_title="Image Background Remover")
12
 
13
  st.write("## Remove background from your image")
14
  st.write(
15
- ":dog: Try uploading an image to watch the background magically removed. Full quality images can be downloaded from the sidebar. This code is open source and available [here](https://github.com/tyler-simons/BackgroundRemoval) on GitHub. Special thanks to the [rembg library](https://github.com/danielgatis/rembg) :grin:"
16
  )
17
  st.sidebar.write("## Upload and download :gear:")
18
 
 
12
 
13
  st.write("## Remove background from your image")
14
  st.write(
15
+ "A Huggingface port of the Streamlit Remove Background app"
16
  )
17
  st.sidebar.write("## Upload and download :gear:")
18