Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,6 @@ from smolagents.mcp_client import MCPClient
|
|
5 |
|
6 |
import os
|
7 |
|
8 |
-
print(f"your huggingface token-----------------------------------------{os.getenv('HF_TOKEN')}")
|
9 |
-
|
10 |
try:
|
11 |
mcp_client = MCPClient(
|
12 |
## Try this working example on the hub:
|
|
|
5 |
|
6 |
import os
|
7 |
|
|
|
|
|
8 |
try:
|
9 |
mcp_client = MCPClient(
|
10 |
## Try this working example on the hub:
|