Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ agent.python_executor("from helium import *")
|
|
127 |
|
128 |
# Launch Gradio UI
|
129 |
try:
|
130 |
-
GradioUI(agent
|
131 |
except KeyboardInterrupt:
|
132 |
driver.quit()
|
133 |
logger.info("Chrome driver closed on exit.")
|
|
|
127 |
|
128 |
# Launch Gradio UI
|
129 |
try:
|
130 |
+
GradioUI(agent).launch()
|
131 |
except KeyboardInterrupt:
|
132 |
driver.quit()
|
133 |
logger.info("Chrome driver closed on exit.")
|