Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -70,8 +70,8 @@ with app:
|
|
70 |
fn=swap_face,
|
71 |
inputs=[gr.Image(label="Source Image"), gr.Image(label="Target Image"), gr.Checkbox(label="Apply Enhancer?", info="Face Enhancer")],
|
72 |
outputs=gr.Image(label="Output Image"),
|
73 |
-
description="Sorry for the inconvenience. The
|
74 |
-
theme="
|
75 |
)
|
76 |
|
77 |
app.launch()
|
|
|
70 |
fn=swap_face,
|
71 |
inputs=[gr.Image(label="Source Image"), gr.Image(label="Target Image"), gr.Checkbox(label="Apply Enhancer?", info="Face Enhancer")],
|
72 |
outputs=gr.Image(label="Output Image"),
|
73 |
+
description="Sorry for the inconvenience. The Space is currently running on the CPU, which might affect performance. We appreciate your understanding.",
|
74 |
+
theme="Yntec/HaleyCH_Theme_Orange"
|
75 |
)
|
76 |
|
77 |
app.launch()
|