ar08 commited on
Commit
1b759ee
·
verified ·
1 Parent(s): 07218d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -522,10 +522,9 @@ def trim_and_reload(video_path, output_path, output_name, start_frame, stop_fram
522
  ## ------------------------------ GRADIO GUI ------------------------------
523
 
524
  css = """
525
- footer{display:none !important}
526
  """
527
 
528
- with gr.Blocks(css=css) as interface:
529
  gr.Markdown("## 🦋 FaceSwap & Enhnacer 🦋")
530
  with gr.Row():
531
  with gr.Row():
 
522
  ## ------------------------------ GRADIO GUI ------------------------------
523
 
524
  css = """
 
525
  """
526
 
527
+ with gr.Blocks() as interface:
528
  gr.Markdown("## 🦋 FaceSwap & Enhnacer 🦋")
529
  with gr.Row():
530
  with gr.Row():