Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def gradio_interface(query: str):
|
|
65 |
gr.Interface(
|
66 |
fn=gradio_interface,
|
67 |
inputs="text",
|
68 |
-
outputs="
|
69 |
title="Figure, Image & Logo Finder",
|
70 |
description="Enter a query to search for relevant images, logos, or figures for your presentation.",
|
71 |
).launch()
|
|
|
65 |
gr.Interface(
|
66 |
fn=gradio_interface,
|
67 |
inputs="text",
|
68 |
+
outputs="text",
|
69 |
title="Figure, Image & Logo Finder",
|
70 |
description="Enter a query to search for relevant images, logos, or figures for your presentation.",
|
71 |
).launch()
|