Turing311 commited on
Commit
322563c
·
1 Parent(s): ed4c4fa
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks(theme='aliabid94/new-theme') as demo:
113
  gr.Examples(['examples/3.jpg', 'examples/4.jpg'],
114
  inputs=compare_face_input2)
115
  with gr.Column():
116
- compare_face_output = gr.Gallery(label="Faces", height=210, columns=[2], rows=[1])
117
  compare_result_output = gr.JSON(label='Result')
118
 
119
  compare_face_button.click(compare_face, inputs=[compare_face_input1, compare_face_input2], outputs=[compare_result_output, compare_face_output])
 
113
  gr.Examples(['examples/3.jpg', 'examples/4.jpg'],
114
  inputs=compare_face_input2)
115
  with gr.Column():
116
+ compare_face_output = gr.Gallery(label="Faces", height=220, columns=[2], rows=[1])
117
  compare_result_output = gr.JSON(label='Result')
118
 
119
  compare_face_button.click(compare_face, inputs=[compare_face_input1, compare_face_input2], outputs=[compare_result_output, compare_face_output])