push app
Browse files
app.py
CHANGED
|
@@ -80,7 +80,7 @@ if "is_removing_dot" not in st.session_state:
|
|
| 80 |
st.session_state.is_removing_dot = False
|
| 81 |
|
| 82 |
# Title
|
| 83 |
-
st.subheader("
|
| 84 |
|
| 85 |
|
| 86 |
# Create one canvas placeholder for all image updates
|
|
|
|
| 80 |
st.session_state.is_removing_dot = False
|
| 81 |
|
| 82 |
# Title
|
| 83 |
+
st.subheader("InteractiveInpainting")
|
| 84 |
|
| 85 |
|
| 86 |
# Create one canvas placeholder for all image updates
|