Spaces:
Running
Running
Update demo.py
Browse files
demo.py
CHANGED
@@ -120,7 +120,7 @@ def compare_face(frame1, frame2):
|
|
120 |
else:
|
121 |
return result.text
|
122 |
|
123 |
-
with gr.Blocks(css=".gradio-container {background-color: #F4E5E0}") as demo:
|
124 |
with gr.Row():
|
125 |
with gr.Column(scale=7):
|
126 |
with gr.Row():
|
|
|
120 |
else:
|
121 |
return result.text
|
122 |
|
123 |
+
with gr.Blocks(theme=gr.themes.Default(primary_hue="red"), css=".gradio-container {background-color: #F4E5E0}") as demo:
|
124 |
with gr.Row():
|
125 |
with gr.Column(scale=7):
|
126 |
with gr.Row():
|