victorisgeek commited on
Commit
ec421e4
1 Parent(s): 7b7aef2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = "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():
 
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():