Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,8 @@ def process_ort(ort):
|
|
93 |
return links_text
|
94 |
|
95 |
demo = gr.Interface(
|
96 |
-
fn=google_search,
|
|
|
97 |
inputs=gr.Textbox(lines=1, placeholder="Geben Sie Ihre Suchanfrage ein..."),
|
98 |
#outputs="text",
|
99 |
outputs=gr.Markdown(),
|
|
|
93 |
return links_text
|
94 |
|
95 |
demo = gr.Interface(
|
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(),
|