Spaces:
Paused
Paused
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='
|
| 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'):
|