Spaces:
Runtime error
Runtime error
weepakistan
commited on
Commit
•
f3e7cad
1
Parent(s):
4f4b751
Update app.py
Browse files
app.py
CHANGED
@@ -73,11 +73,11 @@ app = gr.Blocks()
|
|
73 |
with app:
|
74 |
gr.HTML(html_section_1)
|
75 |
gr.HTML(html_section_2)
|
76 |
-
gr.HTML(html_section_3)
|
77 |
gr.Interface(
|
78 |
fn=swap_face,
|
79 |
inputs=[gr.Image(), gr.Image(), gr.Checkbox(label="face_enhancer?", info="do face enhancer?")],
|
80 |
outputs="image"
|
81 |
)
|
|
|
82 |
|
83 |
app.launch()
|
|
|
73 |
with app:
|
74 |
gr.HTML(html_section_1)
|
75 |
gr.HTML(html_section_2)
|
|
|
76 |
gr.Interface(
|
77 |
fn=swap_face,
|
78 |
inputs=[gr.Image(), gr.Image(), gr.Checkbox(label="face_enhancer?", info="do face enhancer?")],
|
79 |
outputs="image"
|
80 |
)
|
81 |
+
gr.HTML(html_section_3)
|
82 |
|
83 |
app.launch()
|