SungBeom commited on
Commit
4662883
1 Parent(s): 0b1f152

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False)
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