palbha commited on
Commit
b07ca14
·
verified ·
1 Parent(s): 80b3746

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def gradio_interface(query: str):
65
  gr.Interface(
66
  fn=gradio_interface,
67
  inputs="text",
68
- outputs="html",
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()