Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -537,11 +537,11 @@ def trim_and_reload(video_path, output_path, output_name, start_frame, stop_fram
|
|
537 |
|
538 |
## ------------------------------ GRADIO GUI ------------------------------
|
539 |
|
540 |
-
css = "
|
541 |
footer{display:none !important}
|
542 |
"""
|
543 |
|
544 |
-
with gr.Blocks(
|
545 |
gr.Markdown("# 🧸 Deepfake Faceswap")
|
546 |
gr.Markdown("### 📥 insightface inswapper bypass NSFW.")
|
547 |
with gr.Row():
|
|
|
537 |
|
538 |
## ------------------------------ GRADIO GUI ------------------------------
|
539 |
|
540 |
+
css = """
|
541 |
footer{display:none !important}
|
542 |
"""
|
543 |
|
544 |
+
with gr.Blocks(theme='earneleh/paris') as interface:
|
545 |
gr.Markdown("# 🧸 Deepfake Faceswap")
|
546 |
gr.Markdown("### 📥 insightface inswapper bypass NSFW.")
|
547 |
with gr.Row():
|