Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def selenium(message):
|
|
53 |
if wd:
|
54 |
wd.quit()
|
55 |
|
56 |
-
|
57 |
fn=selenium,
|
58 |
inputs="text",
|
59 |
outputs="text",
|
|
|
53 |
if wd:
|
54 |
wd.quit()
|
55 |
|
56 |
+
iface = gr.Interface(
|
57 |
fn=selenium,
|
58 |
inputs="text",
|
59 |
outputs="text",
|