Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|