clementBE commited on
Commit
e582c25
·
verified ·
1 Parent(s): 328faae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -244,7 +244,7 @@ demo = gr.Interface(
244
  outputs=[
245
  gr.Dataframe(headers=["Filename", "Top 3 Predictions", "Confidence", "Dominant Color", "Basic Color", "Face Info"]),
246
  gr.File(label="Download XLSX"),
247
- gr.Gallery(label="Thumbnails", elem_id="thumbnail-gallery").style(grid=[5], height="auto"),
248
  gr.Image(type="pil", label="Basic Color Frequency"),
249
  gr.Image(type="pil", label="Top Prediction Distribution"),
250
  gr.Image(type="pil", label="Gender Distribution (Weighted ≤90%)"),
 
244
  outputs=[
245
  gr.Dataframe(headers=["Filename", "Top 3 Predictions", "Confidence", "Dominant Color", "Basic Color", "Face Info"]),
246
  gr.File(label="Download XLSX"),
247
+ gr.Gallery(label="Thumbnails", show_label=True, elem_id="thumbnail-gallery", columns=5),
248
  gr.Image(type="pil", label="Basic Color Frequency"),
249
  gr.Image(type="pil", label="Top Prediction Distribution"),
250
  gr.Image(type="pil", label="Gender Distribution (Weighted ≤90%)"),