geronimo-pericoli commited on
Commit
01d0a23
·
verified ·
1 Parent(s): aafc805

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -390,8 +390,6 @@ with gr.Blocks(title="Agente MCP", theme=gr.themes.Base()) as agent_tab:
390
  async def init_agent():
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(
 
390
  async def init_agent():
391
  await mcp_agent.initialize()
392
  return gr.Info("Agente listo para conversar")
 
 
393
 
394
  # Manejo de interacciones
395
  msg.submit(