Spaces:
Running
Running
Update demo.py
Browse files
demo.py
CHANGED
@@ -105,7 +105,7 @@ def compare_face(frame1, frame2):
|
|
105 |
|
106 |
return [faces, html]
|
107 |
|
108 |
-
with gr.Blocks() as demo:
|
109 |
with gr.Row():
|
110 |
with gr.Column():
|
111 |
compare_face_input1 = gr.Image(type='filepath')
|
|
|
105 |
|
106 |
return [faces, html]
|
107 |
|
108 |
+
with gr.Blocks(css=".gradio-container {background-color: #F4E5E0}") as demo:
|
109 |
with gr.Row():
|
110 |
with gr.Column():
|
111 |
compare_face_input1 = gr.Image(type='filepath')
|