tonyassi commited on
Commit
dfe8f97
Β·
verified Β·
1 Parent(s): 0731858

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -90,10 +90,8 @@ def generate(input_image, input_video, gender):
90
  # ── Gradio interface (unchanged) ─────────────────────────────────────
91
  demo = gr.Interface(
92
  fn=generate,
93
- title="Deep Fake Video",
94
  description="""
95
- ---
96
-
97
  ### [face-swap.co](https://www.face-swap.co/)
98
  ***Skip the line, generate 1-5 minute HD videos starting at $3.00***
99
 
 
90
  # ── Gradio interface (unchanged) ─────────────────────────────────────
91
  demo = gr.Interface(
92
  fn=generate,
93
+ title="Video Face Swap",
94
  description="""
 
 
95
  ### [face-swap.co](https://www.face-swap.co/)
96
  ***Skip the line, generate 1-5 minute HD videos starting at $3.00***
97