mgokg commited on
Commit
a0436c9
·
verified ·
1 Parent(s): 24310b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -96,8 +96,8 @@ demo = gr.Interface(
96
  #fn=google_search,
97
  fn=process_ort,
98
  inputs=gr.Textbox(lines=1, placeholder="Geben Sie Ihre Suchanfrage ein..."),
99
- #outputs="text",
100
- outputs=gr.Markdown(),
101
  title="google websearch",
102
  description="Geben Sie eine Suchanfrage ein..."
103
  )
 
96
  #fn=google_search,
97
  fn=process_ort,
98
  inputs=gr.Textbox(lines=1, placeholder="Geben Sie Ihre Suchanfrage ein..."),
99
+ outputs="text",
100
+ #outputs=gr.Markdown(),
101
  title="google websearch",
102
  description="Geben Sie eine Suchanfrage ein..."
103
  )