justin2341 commited on
Commit
5b451b0
·
verified ·
1 Parent(s): 4ac0a4f

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +1 -1
demo.py CHANGED
@@ -106,6 +106,6 @@ with gr.Blocks(css=".gradio-container {background-color: #F4E5E0}") as demo:
106
  with gr.Column(scale=3):
107
  recog_html_output = gr.HTML()
108
 
109
- face_recog_button.click(compare_face, inputs=[image_input1, image_input2, verifyThreshold], outputs=recog_html_output)
110
 
111
  demo.launch(server_name="0.0.0.0", server_port=7860)
 
106
  with gr.Column(scale=3):
107
  recog_html_output = gr.HTML()
108
 
109
+ face_recog_button.click(compare_face, inputs=[image_input1, image_input2], outputs=recog_html_output)
110
 
111
  demo.launch(server_name="0.0.0.0", server_port=7860)