Turing311 commited on
Commit
84f3f91
·
1 Parent(s): f412e38
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -151,7 +151,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue=primary_color, secondary_hue=
151
  compare_result_output = gr.JSON(label='Result')
152
 
153
  compare_face_button.click(compare_face, inputs=[compare_face_input1, compare_face_input2], outputs=[compare_result_output, compare_face_output,
154
- liveness1, age1, gender1, emotion1, ethnicity1, mask1, eye1, facehair1, haircolor1, hairtype1, headwear1, activity1, pitch1, roll1, yaw1, quality1])
155
- # [liveness2, age2, gender2, emotion2, ethnicity2, mask2, eye2, facehair2, haircolor2, hairtype2, headwear2, activity2, pitch2, roll2, yaw2, quality2]])
156
 
157
  demo.launch(server_name="0.0.0.0", server_port=7860, show_api=False)
 
151
  compare_result_output = gr.JSON(label='Result')
152
 
153
  compare_face_button.click(compare_face, inputs=[compare_face_input1, compare_face_input2], outputs=[compare_result_output, compare_face_output,
154
+ liveness1, age1, gender1, emotion1, ethnicity1, mask1, eye1, facehair1, haircolor1, hairtype1, headwear1, activity1, pitch1, roll1, yaw1, quality1,
155
+ liveness2, age2, gender2, emotion2, ethnicity2, mask2, eye2, facehair2, haircolor2, hairtype2, headwear2, activity2, pitch2, roll2, yaw2, quality2])
156
 
157
  demo.launch(server_name="0.0.0.0", server_port=7860, show_api=False)