kmnis commited on
Commit
31b1378
1 Parent(s): e04071b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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>ComicBooks.AI</h1></center>", unsafe_allow_html=True)
29
- st.caption("<center>Upload your photo to see how a comic book version of yourself would look!</center>", unsafe_allow_html=True)
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