DmitrMakeev commited on
Commit
7cbcf50
1 Parent(s): 4639cd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,6 +67,6 @@ def swap_face(source_file, target_file,doFaceEnhancer):
67
 
68
 
69
  app = gr.Interface(
70
- fn=swap_face, inputs=[gr.Image(), gr.Image(),gr.Checkbox(label="face_enhancer?", info="do face enhancer?")], outputs="image"
71
  )
72
  app.launch()
 
67
 
68
 
69
  app = gr.Interface(
70
+ fn=swap_face, inputs=[gr.Image(), gr.Image(),gr.Checkbox(label="Использовать?", info="Улучшение качества + 20-30 сек.")], outputs="image"
71
  )
72
  app.launch()