Jonny001 commited on
Commit
b8856e1
·
verified ·
1 Parent(s): 2053b1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,6 +64,6 @@ def swap_face(source_file, target_file,doFaceEnhancer):
64
 
65
 
66
  app = gr.Interface(
67
- fn=swap_face, inputs=[gr.Image(), gr.Image(),gr.Checkbox(info="Apply Face Enhancer")], outputs="image", theme="NoCrypt/miku", description="Sorry for the inconvenience. The model is currently running using CPU, which might affect performance. We appreciate your understanding."
68
  )
69
  app.launch()
 
64
 
65
 
66
  app = gr.Interface(
67
+ fn=swap_face, inputs=[gr.Image(), gr.Image(),gr.Checkbox(label="Apply", info="Face Enhancer")], outputs="image", theme="NoCrypt/miku", description="Sorry for the inconvenience. The model is currently running using CPU, which might affect performance. We appreciate your understanding."
68
  )
69
  app.launch()