Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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 |
)
|