reab5555 commited on
Commit
02229ea
·
verified ·
1 Parent(s): 2980986

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Persons Samples", columns=6, rows=1, height="auto")
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()