justin2341 commited on
Commit
4b32201
·
verified ·
1 Parent(s): c70e59c

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +1 -1
demo.py CHANGED
@@ -132,7 +132,7 @@ with gr.Blocks() as demo:
132
  image_input2 = gr.Image(type='filepath')
133
  gr.Examples(['face_examples/2.jpg', 'face_examples/4.jpg', 'face_examples/8.jpg', 'face_examples/10.jpg'],
134
  inputs=image_input2)
135
- face_recog_button = gr.Button("Compare Face")
136
  with gr.Column(scale=3):
137
  recog_html_output = gr.HTML()
138
 
 
132
  image_input2 = gr.Image(type='filepath')
133
  gr.Examples(['face_examples/2.jpg', 'face_examples/4.jpg', 'face_examples/8.jpg', 'face_examples/10.jpg'],
134
  inputs=image_input2)
135
+ face_recog_button = gr.Button("Compare Face", variant="primary", size="lg")
136
  with gr.Column(scale=3):
137
  recog_html_output = gr.HTML()
138