Spaces:
Running
Running
Update app.py
Browse files
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(theme='
|
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='finlaymacklon/smooth_slate') as face_swap_ui:
|
175 |
with gr.Tab("📀 Swap Face Image"):
|
176 |
with gr.Row():
|
177 |
with gr.Column():
|