prithivMLmods commited on
Commit
c30bc6e
·
verified ·
1 Parent(s): 923cdd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def swap_face(source_file, target_file):
53
  return os.path.join(os.getcwd(), output_path)
54
 
55
  app = gr.Interface(
56
- fn=swap_face, inputs=[gr.Image(), gr.Video()], outputs=[gr.Video()], description="Deep Fake",theme="allenai/gradio-theme"
57
  )
58
 
59
  app.launch()
 
53
  return os.path.join(os.getcwd(), output_path)
54
 
55
  app = gr.Interface(
56
+ fn=swap_face, inputs=[gr.Image(), gr.Video()], outputs=[gr.Video()], description=" ",theme="allenai/gradio-theme"
57
  )
58
 
59
  app.launch()