Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ destination = []
|
|
| 56 |
thresholds = []
|
| 57 |
num_faces = 5
|
| 58 |
|
| 59 |
-
with gr.Blocks()
|
| 60 |
with gr.Row():
|
| 61 |
gr.Markdown("# Refacer")
|
| 62 |
with gr.Row():
|
|
|
|
| 56 |
thresholds = []
|
| 57 |
num_faces = 5
|
| 58 |
|
| 59 |
+
with gr.Blocks(theme='victorisgeek/gray')
|
| 60 |
with gr.Row():
|
| 61 |
gr.Markdown("# Refacer")
|
| 62 |
with gr.Row():
|