Spaces:
Running
Running
justin2341
commited on
Update demo.py
Browse files
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 |
|