Spaces:
Sleeping
Sleeping
Rename app.py to app_2.py
Browse files- app.py → app_2.py +8 -8
app.py → app_2.py
RENAMED
@@ -84,11 +84,11 @@ def gradio_interface(query: str):
|
|
84 |
return images
|
85 |
|
86 |
|
87 |
-
# Set up Gradio interface
|
88 |
-
gr.Interface(
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
).launch()
|
|
|
84 |
return images
|
85 |
|
86 |
|
87 |
+
# # Set up Gradio interface
|
88 |
+
# gr.Interface(
|
89 |
+
# fn=gradio_interface,
|
90 |
+
# inputs="text", # Text input for the search query
|
91 |
+
# outputs=gr.Gallery(label="Found Images",columns=3), # Image output to display the fetched image
|
92 |
+
# title="Figure, Image & Logo Finder",
|
93 |
+
# description="Enter a query to search for relevant images, logos, or figures for your presentation."
|
94 |
+
# ).launch()
|