Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,13 +41,6 @@ def set_image(img):
|
|
| 41 |
|
| 42 |
st.title("Magic-Eraser")
|
| 43 |
|
| 44 |
-
st.image(open("assets/demo.png", "rb").read())
|
| 45 |
-
|
| 46 |
-
st.markdown(
|
| 47 |
-
"""
|
| 48 |
-
You don't have to worry about mastering photo editing techniques to remove an object from your photo. **Simply mark over the areas you want to erase, and our AI will take care of the rest.**
|
| 49 |
-
"""
|
| 50 |
-
)
|
| 51 |
uploaded_file = st.file_uploader("Choose image", accept_multiple_files=False, type=["png", "jpg", "jpeg"])
|
| 52 |
|
| 53 |
if uploaded_file is not None:
|
|
|
|
| 41 |
|
| 42 |
st.title("Magic-Eraser")
|
| 43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
uploaded_file = st.file_uploader("Choose image", accept_multiple_files=False, type=["png", "jpg", "jpeg"])
|
| 45 |
|
| 46 |
if uploaded_file is not None:
|