victorisgeek commited on
Commit
f162439
·
verified ·
1 Parent(s): 3f48ff1

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='mindrage/gradio_theme_darkmode_grey_red') as web_ui:
45
  gr.Markdown('#👑 FaceClone Deepfake Swap Face and Pose')
46
  with gr.Tab('🧩 FaceSwapper'):
47
  gr.Markdown(' 🧸 FaceClone:power by Gradio')
 
41
  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')