Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks() as iface:
|
|
85 |
|
86 |
with gr.Tab("Face Samples"):
|
87 |
face_samples_most_frequent = gr.Gallery(label="Most Frequent Person Samples (Target)", columns=6, rows=2, height="auto")
|
88 |
-
face_samples_others = gr.Gallery(label="Other
|
89 |
|
90 |
df_store = gr.State()
|
91 |
mse_features_store = gr.State()
|
|
|
85 |
|
86 |
with gr.Tab("Face Samples"):
|
87 |
face_samples_most_frequent = gr.Gallery(label="Most Frequent Person Samples (Target)", columns=6, rows=2, height="auto")
|
88 |
+
face_samples_others = gr.Gallery(label="Other Samples", columns=6, rows=1, height="auto")
|
89 |
|
90 |
df_store = gr.State()
|
91 |
mse_features_store = gr.State()
|