TensorCruncher commited on
Commit
dbc62a6
·
verified ·
1 Parent(s): 9eb1177

Update app.py

Browse files

Removed style from gallery

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks() as demo:
75
  label="Choose a sample image"
76
  )
77
 
78
- output = gr.Gallery(label="Top Matches with Captions").style(grid=[1], height="auto")
79
 
80
  submit = gr.Button("Search")
81
  submit.click(predict, inputs=[text_input, image_input], outputs=output)
 
75
  label="Choose a sample image"
76
  )
77
 
78
+ output = gr.Gallery(label="Top Matches with Captions")
79
 
80
  submit = gr.Button("Search")
81
  submit.click(predict, inputs=[text_input, image_input], outputs=output)