itacaiunas
commited on
Commit
·
559a5a5
1
Parent(s):
02b1531
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ if 'reuse_image' not in st.session_state:
|
|
44 |
def set_image(img):
|
45 |
st.session_state.reuse_image = img
|
46 |
|
47 |
-
st.title("AI
|
48 |
|
49 |
st.image(open("assets/demo.png", "rb").read())
|
50 |
|
|
|
44 |
def set_image(img):
|
45 |
st.session_state.reuse_image = img
|
46 |
|
47 |
+
st.title("AI Remover Objetos")
|
48 |
|
49 |
st.image(open("assets/demo.png", "rb").read())
|
50 |
|