palbha commited on
Commit
28f431d
·
verified ·
1 Parent(s): 0623b1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def gradio_interface(query: str):
76
  gr.Interface(
77
  fn=gradio_interface,
78
  inputs="text", # Text input for the search query
79
- outputs=gr.Gallery(label="Found Images").style(grid=3), # Image output to display the fetched image
80
  title="Figure, Image & Logo Finder",
81
  description="Enter a query to search for relevant images, logos, or figures for your presentation."
82
  ).launch()
 
76
  gr.Interface(
77
  fn=gradio_interface,
78
  inputs="text", # Text input for the search query
79
+ outputs=gr.Gallery(label="Found Images",columns=3), # Image output to display the fetched image
80
  title="Figure, Image & Logo Finder",
81
  description="Enter a query to search for relevant images, logos, or figures for your presentation."
82
  ).launch()