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