Spaces:
Sleeping
Sleeping
Update
Browse files
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=
|
| 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 |
|