sourceoftruthdata
commited on
Commit
·
5833ab0
1
Parent(s):
db37b3c
update readme
Browse files
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 |
-
"
|
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 |
|