Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -56,11 +56,11 @@ destination = []
|
|
56 |
thresholds = []
|
57 |
num_faces = 5
|
58 |
|
59 |
-
from gradio.themes.utils.theme_dropdown import create_theme_dropdown
|
60 |
|
61 |
dropdown, js = create_theme_dropdown()
|
62 |
|
63 |
-
with gr.Blocks(theme='
|
64 |
with gr.Row(equal_height=True):
|
65 |
with gr.Column(scale=10):
|
66 |
gr.Markdown("# Refacer")
|
|
|
56 |
thresholds = []
|
57 |
num_faces = 5
|
58 |
|
59 |
+
from gradio.themes.utils.theme_dropdown import create_theme_dropdown # noqa: F401
|
60 |
|
61 |
dropdown, js = create_theme_dropdown()
|
62 |
|
63 |
+
with gr.Blocks(theme='finlaymacklon/boxy_violet') as demo:
|
64 |
with gr.Row(equal_height=True):
|
65 |
with gr.Column(scale=10):
|
66 |
gr.Markdown("# Refacer")
|