Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -47,8 +47,8 @@ app = gr.Interface(
|
|
47 |
fn=swap_face,
|
48 |
inputs=[gr.Image(), gr.Video()],
|
49 |
outputs=[gr.Video()],
|
50 |
-
description="Sorry for the inconvenience. The
|
51 |
-
theme="
|
52 |
)
|
53 |
|
54 |
app.launch()
|
|
|
47 |
fn=swap_face,
|
48 |
inputs=[gr.Image(), gr.Video()],
|
49 |
outputs=[gr.Video()],
|
50 |
+
description="Sorry for the inconvenience. The Space is currently running on the CPU, which might affect performance. We appreciate your understanding.",
|
51 |
+
theme="Yntec/HaleyCH_Theme_Orange"
|
52 |
)
|
53 |
|
54 |
app.launch()
|