mgokg commited on
Commit
6f87de6
·
verified ·
1 Parent(s): 5ae518a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,8 +92,8 @@ def process_ort(ort):
92
  demo = gr.Interface(
93
  fn=process_ort,
94
  inputs=gr.Textbox(lines=1, placeholder="Geben Sie Ihre Suchanfrage ein..."),
95
- outputs=gr.JSON(label="# Ausgabe"),
96
- #outputs="text",
97
  title="# google websearch",
98
  description="Geben Sie eine Suchanfrage ein..."
99
  )
 
92
  demo = gr.Interface(
93
  fn=process_ort,
94
  inputs=gr.Textbox(lines=1, placeholder="Geben Sie Ihre Suchanfrage ein..."),
95
+ #outputs=gr.JSON(label="# Ausgabe"),
96
+ outputs="text",
97
  title="# google websearch",
98
  description="Geben Sie eine Suchanfrage ein..."
99
  )