Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -96,8 +96,8 @@ demo = gr.Interface(
|
|
96 |
#fn=google_search,
|
97 |
fn=process_ort,
|
98 |
inputs=gr.Textbox(lines=1, placeholder="Geben Sie Ihre Suchanfrage ein..."),
|
99 |
-
|
100 |
-
outputs=gr.Markdown(),
|
101 |
title="google websearch",
|
102 |
description="Geben Sie eine Suchanfrage ein..."
|
103 |
)
|
|
|
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(),
|
101 |
title="google websearch",
|
102 |
description="Geben Sie eine Suchanfrage ein..."
|
103 |
)
|