geronimo-pericoli commited on
Commit
aafc805
·
verified ·
1 Parent(s): 6c2567e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -391,7 +391,7 @@ with gr.Blocks(title="Agente MCP", theme=gr.themes.Base()) as agent_tab:
391
  await mcp_agent.initialize()
392
  return gr.Info("Agente listo para conversar")
393
 
394
- chat_with_agent.load(show_api=False)
395
 
396
  # Manejo de interacciones
397
  msg.submit(
 
391
  await mcp_agent.initialize()
392
  return gr.Info("Agente listo para conversar")
393
 
394
+ chat_with_agent.lauch(show_api=False)
395
 
396
  # Manejo de interacciones
397
  msg.submit(