mgokg commited on
Commit
b78828e
·
verified ·
1 Parent(s): 5eb4aa3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -114,7 +114,8 @@ demo = gr.Interface(
114
  #fn=google_search,
115
  fn=process_ort,
116
  inputs=gr.Textbox(lines=1, placeholder="Geben Sie Ihre Suchanfrage ein..."),
117
- outputs="text",
 
118
  title="google websearch",
119
  description="Geben Sie eine Suchanfrage ein..."
120
  )
 
114
  #fn=google_search,
115
  fn=process_ort,
116
  inputs=gr.Textbox(lines=1, placeholder="Geben Sie Ihre Suchanfrage ein..."),
117
+ #outputs="text",
118
+ outputs=gr.JSON(),
119
  title="google websearch",
120
  description="Geben Sie eine Suchanfrage ein..."
121
  )