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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -93,7 +93,8 @@ def process_ort(ort):
93
  return links_text
94
 
95
  demo = gr.Interface(
96
- fn=google_search,
 
97
  inputs=gr.Textbox(lines=1, placeholder="Geben Sie Ihre Suchanfrage ein..."),
98
  #outputs="text",
99
  outputs=gr.Markdown(),
 
93
  return links_text
94
 
95
  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(),