Deadmon commited on
Commit
fa6b35c
·
verified ·
1 Parent(s): bc35cc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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
- So you want to remove an object in your photo? You don't need to learn photo editing skills.
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"])