victorisgeek commited on
Commit
6f7e439
1 Parent(s): e562350

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -126,7 +126,7 @@ load_face_swapper_model()
126
  def process(
127
  input_type,
128
  image_path,
129
- video_path, see
130
  directory_path,
131
  source_path,
132
  output_path,
@@ -543,7 +543,7 @@ footer{display:none !important}
543
  """
544
 
545
  with gr.Blocks(css=css) as interface:
546
- gr.Markdown("# 🦋FaceSwap with Enhnacer🦋")
547
  with gr.Row():
548
  with gr.Row():
549
  with gr.Column(scale=0.4):
 
126
  def process(
127
  input_type,
128
  image_path,
129
+ video_path,
130
  directory_path,
131
  source_path,
132
  output_path,
 
543
  """
544
 
545
  with gr.Blocks(css=css) as interface:
546
+ gr.Markdown("# 🦋FaceSwapper ® Enhnacer🦋")
547
  with gr.Row():
548
  with gr.Row():
549
  with gr.Column(scale=0.4):