Update app.py
Browse files
app.py
CHANGED
@@ -52,11 +52,11 @@ def selenium(message):
|
|
52 |
finally:
|
53 |
if wd:
|
54 |
wd.quit()
|
55 |
-
|
56 |
-
iface = gr.Interface(
|
57 |
fn=selenium,
|
58 |
inputs="text",
|
59 |
-
outputs"text"
|
60 |
#title="perplexity.ai",
|
61 |
#description="Websuche"
|
62 |
)
|
|
|
52 |
finally:
|
53 |
if wd:
|
54 |
wd.quit()
|
55 |
+
|
56 |
+
iface = gr.Interface(
|
57 |
fn=selenium,
|
58 |
inputs="text",
|
59 |
+
outputs="text",
|
60 |
#title="perplexity.ai",
|
61 |
#description="Websuche"
|
62 |
)
|