Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,9 +71,7 @@ with app:
|
|
| 71 |
fn=swap_face,
|
| 72 |
inputs=[gr.Image(), gr.Image(), gr.Checkbox(label="Apply Face Enhancer")],
|
| 73 |
outputs="image",
|
| 74 |
-
description="Sorry for the inconvenience. The model is currently running on the CPU, which might affect performance. We appreciate your understanding."
|
| 75 |
-
"( Apply Face Enhancer to get better result. )",
|
| 76 |
-
theme="Nymbo/Nymbo_Theme"
|
| 77 |
)
|
| 78 |
|
| 79 |
-
app.launch()
|
|
|
|
| 71 |
fn=swap_face,
|
| 72 |
inputs=[gr.Image(), gr.Image(), gr.Checkbox(label="Apply Face Enhancer")],
|
| 73 |
outputs="image",
|
| 74 |
+
description="Sorry for the inconvenience. The model is currently running on the CPU, which might affect performance. We appreciate your understanding. ( Apply Face Enhancer to get better result. )",
|
|
|
|
|
|
|
| 75 |
)
|
| 76 |
|
| 77 |
+
app.launch(theme="Nymbo/Nymbo_Theme")
|