justin2341 commited on
Commit
1e29566
·
verified ·
1 Parent(s): 01520ed

Update demo.py

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