Spaces:
Running
Running
victorisgeek
commited on
Commit
β’
7d7fd69
1
Parent(s):
f55ba15
Update app.py
Browse files
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
|
|
|
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'):
|