Ashrafb commited on
Commit
f28c8a5
·
1 Parent(s): 98502de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ st.title("AIconvert Face swap")
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")
51
- target_file = st.file_uploader("Upload target image/video")
52
  mode = st.radio("Choose Mode", ("Face Swapper", "Face Enhancer"))
53
 
54
  if source_file and target_file and st.button("Swap Faces"):
 
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")
51
+ target_file = st.file_uploader("Upload target image")
52
  mode = st.radio("Choose Mode", ("Face Swapper", "Face Enhancer"))
53
 
54
  if source_file and target_file and st.button("Swap Faces"):