Apex-X commited on
Commit
a27f522
·
verified ·
1 Parent(s): e3472ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  # -* coding:UTF-8 -*
2
  # !/usr/bin/env python
3
  import numpy as np
@@ -69,4 +70,4 @@ def swap_face(source_file, target_file,doFaceEnhancer):
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()
 
1
+
2
  # -* coding:UTF-8 -*
3
  # !/usr/bin/env python
4
  import numpy as np
 
70
  app = gr.Interface(
71
  fn=swap_face, inputs=[gr.Image(), gr.Image(),gr.Checkbox(label="face_enhancer?", info="do face enhancer?")], outputs="image"
72
  )
73
+ app.launch()