chukwurah commited on
Commit
38700b7
·
1 Parent(s): 88baf91
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -5,14 +5,13 @@ from roop.core import start, decode_execution_providers, suggest_max_memory, sug
5
  from roop.processors.frame.core import get_frame_processors_modules
6
  from roop.utilities import normalize_output_path
7
 
8
- html_section_1 = '<div><h1>Face Swap App</h1></div>'
9
 
10
 
11
  app = gr.Blocks()
12
 
13
  with app:
14
- gr.HTML(html_section_1)
15
- gr.HTML(html_section_2)
16
  source_image = gr.Image(label="Source Image")
17
  target_images = gr.File(label="Target Images", file_count="multiple")
18
  do_face_enhancer = gr.Checkbox(label="Face Enhancer")
 
5
  from roop.processors.frame.core import get_frame_processors_modules
6
  from roop.utilities import normalize_output_path
7
 
8
+
9
 
10
 
11
  app = gr.Blocks()
12
 
13
  with app:
14
+
 
15
  source_image = gr.Image(label="Source Image")
16
  target_images = gr.File(label="Target Images", file_count="multiple")
17
  do_face_enhancer = gr.Checkbox(label="Face Enhancer")