Kvikontent commited on
Commit
cb7e557
1 Parent(s): d7c516b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -35,6 +35,8 @@ def get_dreamtalk(image_in, speech):
35
  print(result)
36
  return result['video']
37
 
 
 
38
  st.sidebar.title("✨ Your AI Girl 🔞")
39
  st.sidebar.write("We will make a perfect talking girlfriend for you, just upload photo")
40
  img_prompt = st.sidebar.file_uploader("Upload Image of your girl", type=["jpeg", "jpg", "png"])
 
35
  print(result)
36
  return result['video']
37
 
38
+ st.title("✨️ AI Partne")
39
+ st.header("To create partner use sidebar (tap on ▶️ button on the left top)", divider="rainbow")
40
  st.sidebar.title("✨ Your AI Girl 🔞")
41
  st.sidebar.write("We will make a perfect talking girlfriend for you, just upload photo")
42
  img_prompt = st.sidebar.file_uploader("Upload Image of your girl", type=["jpeg", "jpg", "png"])