Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,4 +70,4 @@ def swap_face(source_file, target_file,doFaceEnhancer):
|
|
| 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()
|
|
|
|
| 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(share=True)
|