Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,12 +46,11 @@ def set_image(img):
|
|
46 |
|
47 |
st.title("AI Photo Object Removal")
|
48 |
|
49 |
-
st.image(open("assets/demo.png", "rb").read())
|
50 |
|
51 |
st.markdown(
|
52 |
"""
|
53 |
-
|
54 |
-
**Just draw over the parts of the image you want to remove, then our AI will remove them.**
|
55 |
"""
|
56 |
)
|
57 |
uploaded_file = st.file_uploader("Choose image", accept_multiple_files=False, type=["png", "jpg", "jpeg"])
|
|
|
46 |
|
47 |
st.title("AI Photo Object Removal")
|
48 |
|
49 |
+
# st.image(open("assets/demo.png", "rb").read())
|
50 |
|
51 |
st.markdown(
|
52 |
"""
|
53 |
+
Draw over the parts of the image you want to remove, then our AI will remove them.
|
|
|
54 |
"""
|
55 |
)
|
56 |
uploaded_file = st.file_uploader("Choose image", accept_multiple_files=False, type=["png", "jpg", "jpeg"])
|