Turing311 commited on
Commit
f4c338e
·
1 Parent(s): 697cace
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue=primary_color, secondary_hue=
122
 
123
  with gr.Column(scale=2):
124
  with gr.Row():
125
- compare_face_output = gr.Gallery(label="Faces", height=210, columns=[2], rows=[1])
126
  with gr.Column(variant="panel"):
127
  gr.Markdown("""<br/><br/><br/><h1 style="text-align: center;color: #05ee3c;">SAME<br/>PERSON</h1>""")
128
 
 
122
 
123
  with gr.Column(scale=2):
124
  with gr.Row():
125
+ compare_face_output = gr.Gallery(label="Faces", height=230, columns=[2], rows=[1])
126
  with gr.Column(variant="panel"):
127
  gr.Markdown("""<br/><br/><br/><h1 style="text-align: center;color: #05ee3c;">SAME<br/>PERSON</h1>""")
128