pleonard commited on
Commit
451e3b8
·
verified ·
1 Parent(s): 1260bf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks(css = css) as demo:
66
  suggest4 = gr.Button("gothic", variant="secondary")
67
  suggest5 = gr.Button("foliate", variant="secondary")
68
  gallery = gr.Gallery(
69
- label=False, show_label=False, elem_id="gallery", columns=6
70
  )
71
 
72
  suggest1.click(clip_search, inputs=suggest1, outputs=gallery)
 
66
  suggest4 = gr.Button("gothic", variant="secondary")
67
  suggest5 = gr.Button("foliate", variant="secondary")
68
  gallery = gr.Gallery(
69
+ label=False, show_label=False, elem_id="gallery", columns=[6]
70
  )
71
 
72
  suggest1.click(clip_search, inputs=suggest1, outputs=gallery)