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