Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def run_scripts(target, source, mode):
|
|
44 |
|
45 |
# Streamlit UI
|
46 |
st.markdown('<p style="color:#191970;text-align:center;font-size:30px;">Aiconvert.online</p>', unsafe_allow_html=True)
|
47 |
-
st.title("AIconvert Face
|
48 |
st.markdown('<style>h1{color: Crimson; text-align: center;}</style>', unsafe_allow_html=True)
|
49 |
|
50 |
source_file = st.file_uploader("Upload source image")
|
|
|
44 |
|
45 |
# Streamlit UI
|
46 |
st.markdown('<p style="color:#191970;text-align:center;font-size:30px;">Aiconvert.online</p>', unsafe_allow_html=True)
|
47 |
+
st.title("AIconvert Face swapper / Face Enhancer")
|
48 |
st.markdown('<style>h1{color: Crimson; text-align: center;}</style>', unsafe_allow_html=True)
|
49 |
|
50 |
source_file = st.file_uploader("Upload source image")
|