Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -237,7 +237,7 @@ agent = LLMSingleActionAgent(
|
|
237 |
allowed_tools=tool_names
|
238 |
)
|
239 |
|
240 |
-
agent_executor = AgentExecutor.from_agent_and_tools(agent=agent, tools=tools, verbose=
|
241 |
|
242 |
import gradio as gr
|
243 |
|
|
|
237 |
allowed_tools=tool_names
|
238 |
)
|
239 |
|
240 |
+
agent_executor = AgentExecutor.from_agent_and_tools(agent=agent, tools=tools, verbose=True)
|
241 |
|
242 |
import gradio as gr
|
243 |
|