Spaces:
Runtime error
Runtime error
Loic Steve Fohoue commited on
Commit ·
fb1e6e8
1
Parent(s): ab298e9
second commit to fix the runtime error due the HF token
Browse files
app.py
CHANGED
|
@@ -30,6 +30,6 @@ try:
|
|
| 30 |
description="This is a simple agent that uses MCP tools to answer questions.",
|
| 31 |
)
|
| 32 |
|
| 33 |
-
demo.launch(
|
| 34 |
finally:
|
| 35 |
mcp_client.disconnect()
|
|
|
|
| 30 |
description="This is a simple agent that uses MCP tools to answer questions.",
|
| 31 |
)
|
| 32 |
|
| 33 |
+
demo.launch()
|
| 34 |
finally:
|
| 35 |
mcp_client.disconnect()
|