MarkoVidrih commited on
Commit
84a6a1c
1 Parent(s): ce9e151

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="This model is running on CPU an might be slow. To run in gpu, contact the space owner. To suport the space owner please: https://donate.stripe.com/3csg0D0tadXU4mYcMM"
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=""
56
  )
57
 
58
  app.launch()