justin2341 commited on
Commit
8878d9b
·
verified ·
1 Parent(s): 09e3cf6

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +1 -1
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')