Update demo.py
Browse files
demo.py
CHANGED
@@ -127,7 +127,7 @@ with gr.Blocks() as demo:
|
|
127 |
live_image_input = gr.Image(type='filepath')
|
128 |
gr.Examples(['live_examples/1.jpg', 'live_examples/2.jpg', 'live_examples/3.jpg', 'live_examples/4.jpg'],
|
129 |
inputs=live_image_input)
|
130 |
-
check_liveness_button = gr.Button("Check Liveness")
|
131 |
with gr.Column():
|
132 |
liveness_face_output = gr.Image(type="pil").style(height=150)
|
133 |
livness_result_output = gr.HTML()
|
|
|
127 |
live_image_input = gr.Image(type='filepath')
|
128 |
gr.Examples(['live_examples/1.jpg', 'live_examples/2.jpg', 'live_examples/3.jpg', 'live_examples/4.jpg'],
|
129 |
inputs=live_image_input)
|
130 |
+
check_liveness_button = gr.Button("Check Liveness", variant="primary", size="lg")
|
131 |
with gr.Column():
|
132 |
liveness_face_output = gr.Image(type="pil").style(height=150)
|
133 |
livness_result_output = gr.HTML()
|