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