Spaces:
Running
Running
victorisgeek
commited on
Commit
β’
eb9fb68
1
Parent(s):
9b74849
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def swap_pose(input_path, target_path, use_enhancer, use_sr, scale):
|
|
41 |
def main():
|
42 |
args = parse_args()
|
43 |
|
44 |
-
with gr.Blocks(theme='gstaff/xkcd) as web_ui:
|
45 |
gr.Markdown('# π FaceClone')
|
46 |
gr.Markdown('### Deepfake Swap Face and Pose.')
|
47 |
with gr.Tab('𧩠FaceSwapper'):
|
|
|
41 |
def main():
|
42 |
args = parse_args()
|
43 |
|
44 |
+
with gr.Blocks(theme='gstaff/xkcd') as web_ui:
|
45 |
gr.Markdown('# π FaceClone')
|
46 |
gr.Markdown('### Deepfake Swap Face and Pose.')
|
47 |
with gr.Tab('𧩠FaceSwapper'):
|