Zhu-FaceOnLive commited on
Commit
b36427f
·
1 Parent(s): 5213ee3

Update gradio/demo.py

Browse files
Files changed (1) hide show
  1. gradio/demo.py +1 -1
gradio/demo.py CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks() as demo:
106
  gr.Examples(['gradio/examples/3.jpg', 'gradio/examples/4.jpg'],
107
  inputs=compare_face_input2)
108
  with gr.Column():
109
- compare_face_output = gr.Image(type="pil", height=150)
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(['gradio/examples/3.jpg', 'gradio/examples/4.jpg'],
107
  inputs=compare_face_input2)
108
  with gr.Column():
109
+ compare_face_output = gr.Image(type="pil", height=300)
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])