Rooni commited on
Commit
2f3d2f2
1 Parent(s): 7a5387a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ with gr.Blocks(css=css) as demo:
70
  with gr.Column():
71
  target_image_input = gr.Image(label="Основа", type="pil")
72
  source_image_input = gr.Image(label="Лицо", type="pil")
73
- do_face_enhancer_input = gr.Checkbox(label="Улучшение лица", info="Включить улучшение качества лица?")
74
  submit_btn = gr.Button("Заменить лицо", variant="primary")
75
  with gr.Column():
76
  output_image = gr.Image(label="Результат")
 
70
  with gr.Column():
71
  target_image_input = gr.Image(label="Основа", type="pil")
72
  source_image_input = gr.Image(label="Лицо", type="pil")
73
+ do_face_enhancer_input = gr.Checkbox(label="Улучшение лица", info="Включить улучшение качества лица? (Дольше)")
74
  submit_btn = gr.Button("Заменить лицо", variant="primary")
75
  with gr.Column():
76
  output_image = gr.Image(label="Результат")