tonyassi commited on
Commit
27dda71
Β·
1 Parent(s): 8bb800c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -51,7 +51,7 @@ def preprocess_video(path: str, target_fps: int = 12,
51
  # ── main generate ────────────────────────────────────────────────────
52
  def generate(input_image, input_video, gender):
53
 
54
- gr.Warning('Skip the line, generate 1-5 minute HD face swap videos at <a href="https://www.face-swap.co/" target="_blank" style="color:#007bff; text-decoration:none;">face-swap.co</a>')
55
 
56
  if (gender=="all"): gender = None
57
 
@@ -92,7 +92,7 @@ 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
 
98
  ---
 
51
  # ── main generate ────────────────────────────────────────────────────
52
  def generate(input_image, input_video, gender):
53
 
54
+ gr.Warning('Skip the line, generate 1-5 minute HD face swap videos at <a href="https://www.face-swap.co/?utm_source=hugging_face_popup" target="_blank" style="color:#007bff; text-decoration:none;">face-swap.co</a>')
55
 
56
  if (gender=="all"): gender = None
57
 
 
92
  fn=generate,
93
  title="Video Face Swap",
94
  description="""
95
+ ### [face-swap.co](https://www.face-swap.co/?utm_source=hugging_face_spaces)
96
  ***Skip the line, generate 1-5 minute HD videos starting at $3.00***
97
 
98
  ---