victorisgeek commited on
Commit
c210c66
·
verified ·
1 Parent(s): 0394a83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ def show_preview(video_path, frame_number):
171
 
172
  def create_interface():
173
  title = '# 🧸FaceSwap UI'
174
- with gr.Blocks(analytics_enabled=False, title=title) as face_swap_ui:
175
  with gr.Tab("📀 Swap Face Image"):
176
  with gr.Row():
177
  with gr.Column():
 
171
 
172
  def create_interface():
173
  title = '# 🧸FaceSwap UI'
174
+ with gr.Blocks(theme='earneleh/paris', title=title) as face_swap_ui:
175
  with gr.Tab("📀 Swap Face Image"):
176
  with gr.Row():
177
  with gr.Column():