Spaces:
Running
Running
victorisgeek
commited on
Commit
•
568d4dd
1
Parent(s):
aa6ca7b
Update app.py
Browse files
app.py
CHANGED
@@ -542,7 +542,7 @@ css = """
|
|
542 |
footer{display:none !important}
|
543 |
"""
|
544 |
|
545 |
-
with gr.Blocks(
|
546 |
gr.Markdown("# 🧸 Deepfake Faceswap")
|
547 |
gr.Markdown("### 📥 insightface inswapper bypass NSFW.")
|
548 |
with gr.Row():
|
|
|
542 |
footer{display:none !important}
|
543 |
"""
|
544 |
|
545 |
+
with gr.Blocks(theme='gradio_theme_darkmode_grey_red') as interface:
|
546 |
gr.Markdown("# 🧸 Deepfake Faceswap")
|
547 |
gr.Markdown("### 📥 insightface inswapper bypass NSFW.")
|
548 |
with gr.Row():
|