Spaces:
Running
Running
Update app.py
Browse files
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()
|