Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -67,8 +67,8 @@ def swap_face(source_file, target_file, doFaceEnhancer):
|
|
67 |
|
68 |
|
69 |
app = gr.Interface(
|
70 |
-
fn=swap_face,
|
71 |
-
inputs=[gr.Image(), gr.Image(), gr.Checkbox(label="face_enhancer?", info="do face enhancer?")],
|
72 |
outputs="image"
|
73 |
)
|
74 |
|
|
|
67 |
|
68 |
|
69 |
app = gr.Interface(
|
70 |
+
fn=swap_face,
|
71 |
+
inputs=[gr.Image(), gr.Image(), gr.Checkbox(label="face_enhancer?", info="do face enhancer?")],
|
72 |
outputs="image"
|
73 |
)
|
74 |
|