Spaces:
Running
Running
Update app.py
Browse files
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"
|
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()
|