Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,8 +25,8 @@ def get_model():
|
|
| 25 |
pix2pix = load_model(model_path)
|
| 26 |
return pix2pix
|
| 27 |
|
| 28 |
-
st.markdown("<center><h1>
|
| 29 |
-
st.caption("<center>Upload your photo to see
|
| 30 |
|
| 31 |
uploaded_file = st.file_uploader("Upload an image")
|
| 32 |
|
|
|
|
| 25 |
pix2pix = load_model(model_path)
|
| 26 |
return pix2pix
|
| 27 |
|
| 28 |
+
st.markdown("<center><h1>ComicFace.AI</h1></center>", unsafe_allow_html=True)
|
| 29 |
+
st.caption("<center>Upload your photo to see a comic book version of yourself!</center>", unsafe_allow_html=True)
|
| 30 |
|
| 31 |
uploaded_file = st.file_uploader("Upload an image")
|
| 32 |
|