Spaces:
Sleeping
Sleeping
Update
Browse files
app.py
CHANGED
@@ -200,7 +200,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue=primary_color, secondary_hue=
|
|
200 |
yaw2 = gr.Number(0, label="Yaw")
|
201 |
quality2 = gr.Number(0, label="Quality")
|
202 |
|
203 |
-
compare_result_output = gr.JSON(label='Result', visible=
|
204 |
|
205 |
compare_face_button.click(compare_face, inputs=[compare_face_input1, compare_face_input2], outputs=[compare_result_output, compare_face_output, compare_result,
|
206 |
liveness1, age1, gender1, emotion1, ethnicity1, mask1, eye1, facehair1, haircolor1, hairtype1, headwear1, activity1, pitch1, roll1, yaw1, quality1,
|
|
|
200 |
yaw2 = gr.Number(0, label="Yaw")
|
201 |
quality2 = gr.Number(0, label="Quality")
|
202 |
|
203 |
+
compare_result_output = gr.JSON(label='Result', visible=True)
|
204 |
|
205 |
compare_face_button.click(compare_face, inputs=[compare_face_input1, compare_face_input2], outputs=[compare_result_output, compare_face_output, compare_result,
|
206 |
liveness1, age1, gender1, emotion1, ethnicity1, mask1, eye1, facehair1, haircolor1, hairtype1, headwear1, activity1, pitch1, roll1, yaw1, quality1,
|