dosesnrolls1 commited on
Commit
92e4e0d
·
verified ·
1 Parent(s): 242c739

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -140,8 +140,8 @@ def process_video(face_image_path, video_path, progress=gr.Progress(track_tqdm=F
140
 
141
 
142
  with gr.Blocks(theme=gr.themes.Soft(), title="Video FaceSwap GPU") as demo:
143
- gr.Markdown("# Video FaceSwap GPU
144
- Upload a source face image and a target video. The app downloads the swap model from the Hugging Face Hub at runtime, then swaps the main source face onto detected faces in the video.")
145
  with gr.Row():
146
  face_image = gr.Image(type="filepath", label="Source face image")
147
  target_video = gr.Video(label="Target video")
 
140
 
141
 
142
  with gr.Blocks(theme=gr.themes.Soft(), title="Video FaceSwap GPU") as demo:
143
+ gr.Markdown("""# Video FaceSwap GPU
144
+ Upload a source face image and a target video. The app downloads the swap model from the Hugging Face Hub at runtime, then swaps the main source face onto detected faces in the video.""")
145
  with gr.Row():
146
  face_image = gr.Image(type="filepath", label="Source face image")
147
  target_video = gr.Video(label="Target video")