Spaces:
Running
Running
victorisgeek
commited on
Commit
•
3ee3b1f
1
Parent(s):
dbdd895
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(css=css) as interface:
|
545 |
gr.Markdown("# 🧸 Deepfake Faceswap")
|
546 |
gr.Markdown("### 📥 insightface inswapper bypass NSFW.")
|
547 |
with gr.Row():
|
|
|
537 |
|
538 |
## ------------------------------ GRADIO GUI ------------------------------
|
539 |
|
540 |
+
css = "eg.css"
|
541 |
footer{display:none !important}
|
542 |
"""
|
543 |
|
544 |
+
with gr.Blocks(css=eg.css) as interface:
|
545 |
gr.Markdown("# 🧸 Deepfake Faceswap")
|
546 |
gr.Markdown("### 📥 insightface inswapper bypass NSFW.")
|
547 |
with gr.Row():
|