Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -79,13 +79,7 @@ def swap_face(source_file, target_file, doFaceEnhancer):
|
|
79 |
app = gr.Interface(
|
80 |
fn=swap_face,
|
81 |
title="Welcome to Roop!",
|
82 |
-
theme='
|
83 |
-
_js="""
|
84 |
-
() => {
|
85 |
-
document.body.classList.toggle('dark');
|
86 |
-
document.querySelector('gradio-app').style.backgroundColor = 'var(--color-background-primary)'
|
87 |
-
}
|
88 |
-
""",
|
89 |
inputs=[
|
90 |
gr.Image(label="Source Image:"),
|
91 |
gr.Image(label="Target Image:"),
|
|
|
79 |
app = gr.Interface(
|
80 |
fn=swap_face,
|
81 |
title="Welcome to Roop!",
|
82 |
+
theme='ParityError/Interstellar',
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
inputs=[
|
84 |
gr.Image(label="Source Image:"),
|
85 |
gr.Image(label="Target Image:"),
|