Spaces:
Sleeping
Sleeping
Update
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks() as demo:
|
|
106 |
gr.Examples(['examples/3.jpg', 'examples/4.jpg'],
|
107 |
inputs=compare_face_input2)
|
108 |
with gr.Column():
|
109 |
-
compare_face_output = gr.Gallery(label="Faces", height=
|
110 |
compare_result_output = gr.JSON(label='Result')
|
111 |
|
112 |
compare_face_button.click(compare_face, inputs=[compare_face_input1, compare_face_input2], outputs=[compare_result_output, compare_face_output])
|
|
|
106 |
gr.Examples(['examples/3.jpg', 'examples/4.jpg'],
|
107 |
inputs=compare_face_input2)
|
108 |
with gr.Column():
|
109 |
+
compare_face_output = gr.Gallery(label="Faces", height=210, columns=[2], rows=[1])
|
110 |
compare_result_output = gr.JSON(label='Result')
|
111 |
|
112 |
compare_face_button.click(compare_face, inputs=[compare_face_input1, compare_face_input2], outputs=[compare_result_output, compare_face_output])
|