victorisgeek commited on
Commit
7d7fd69
β€’
1 Parent(s): f55ba15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -42,7 +42,8 @@ def main():
42
  args = parse_args()
43
 
44
  with gr.Blocks(theme='ParityError/Interstellar') as web_ui:
45
- gr.Markdown('# πŸ‘‘ FaceClone Deepfake Swap Face and Pose')
 
46
  with gr.Tab('🧩 FaceSwapper'):
47
  gr.Markdown(' 🧸 FaceClone:power by Gradio')
48
  with gr.Tab('πŸ“₯ Image'):
 
42
  args = parse_args()
43
 
44
  with gr.Blocks(theme='ParityError/Interstellar') as web_ui:
45
+ gr.Markdown('# πŸ‘‘ FaceClone')
46
+ gr.Markdown('### Deepfake Swap Face and Pose.')
47
  with gr.Tab('🧩 FaceSwapper'):
48
  gr.Markdown(' 🧸 FaceClone:power by Gradio')
49
  with gr.Tab('πŸ“₯ Image'):