Spaces:
Runtime error
Runtime error
Update
Browse files- gradio/demo.py +1 -1
gradio/demo.py
CHANGED
@@ -106,6 +106,6 @@ with gr.Blocks() as demo:
|
|
106 |
compare_face_output = gr.Image(type="pil", height=150)
|
107 |
compare_result_output = gr.JSON(label='Result')
|
108 |
|
109 |
-
compare_face_button.click(compare_face, inputs=[compare_face_input1, compare_face_input2], outputs=[
|
110 |
|
111 |
demo.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
106 |
compare_face_output = gr.Image(type="pil", height=150)
|
107 |
compare_result_output = gr.JSON(label='Result')
|
108 |
|
109 |
+
compare_face_button.click(compare_face, inputs=[compare_face_input1, compare_face_input2], outputs=[compare_result_output, compare_face_output])
|
110 |
|
111 |
demo.launch(server_name="0.0.0.0", server_port=7860)
|