prithivMLmods commited on
Commit
46817c2
·
verified ·
1 Parent(s): 7b92414

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def swap_face(source_file, target_file):
52
  return os.path.join(os.getcwd(), output_path)
53
 
54
  app = gr.Interface(
55
- fn=swap_face, inputs=[gr.Image(), gr.Video()], outputs=[gr.Video()], description="Video-Face-Swapper"
56
  )
57
 
58
  app.launch()
 
52
  return os.path.join(os.getcwd(), output_path)
53
 
54
  app = gr.Interface(
55
+ fn=swap_face, inputs=[gr.Image(), gr.Video()], outputs=[gr.Video()], description="Video-Face-Swapper [ source : image | target : video ]"
56
  )
57
 
58
  app.launch()