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