victorisgeek commited on
Commit
eb9fb68
β€’
1 Parent(s): 9b74849

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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'):