Spaces:
Running
Running
victorisgeek
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ load_face_swapper_model()
|
|
126 |
def process(
|
127 |
input_type,
|
128 |
image_path,
|
129 |
-
video_path,
|
130 |
directory_path,
|
131 |
source_path,
|
132 |
output_path,
|
@@ -543,7 +543,7 @@ footer{display:none !important}
|
|
543 |
"""
|
544 |
|
545 |
with gr.Blocks(css=css) as interface:
|
546 |
-
gr.Markdown("# 🦋
|
547 |
with gr.Row():
|
548 |
with gr.Row():
|
549 |
with gr.Column(scale=0.4):
|
|
|
126 |
def process(
|
127 |
input_type,
|
128 |
image_path,
|
129 |
+
video_path,
|
130 |
directory_path,
|
131 |
source_path,
|
132 |
output_path,
|
|
|
543 |
"""
|
544 |
|
545 |
with gr.Blocks(css=css) as interface:
|
546 |
+
gr.Markdown("# 🦋FaceSwapper ® Enhnacer🦋")
|
547 |
with gr.Row():
|
548 |
with gr.Row():
|
549 |
with gr.Column(scale=0.4):
|