Arrcttacsrks commited on
Commit
da2e88a
1 Parent(s): d4d5c17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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