Spaces:
Running
Running
Arrcttacsrks
commited on
Commit
•
da2e88a
1
Parent(s):
d4d5c17
Update app.py
Browse files
app.py
CHANGED
@@ -201,7 +201,7 @@ def create_interface():
|
|
201 |
"""
|
202 |
|
203 |
# Gradio interface setup
|
204 |
-
title = "Face -
|
205 |
description = r"""
|
206 |
Please upload source and target images to begin the face swap process.
|
207 |
"""
|
@@ -243,8 +243,8 @@ def create_interface():
|
|
243 |
|
244 |
with gr.Row():
|
245 |
enhance_checkbox = gr.Checkbox(
|
246 |
-
label="
|
247 |
-
info="
|
248 |
value=False
|
249 |
)
|
250 |
|
|
|
201 |
"""
|
202 |
|
203 |
# Gradio interface setup
|
204 |
+
title = "Face - Integrator"
|
205 |
description = r"""
|
206 |
Please upload source and target images to begin the face swap process.
|
207 |
"""
|
|
|
243 |
|
244 |
with gr.Row():
|
245 |
enhance_checkbox = gr.Checkbox(
|
246 |
+
label="Apply the algorithm?",
|
247 |
+
info="Image Quality Improvement",
|
248 |
value=False
|
249 |
)
|
250 |
|