rajaramesh commited on
Commit
992a2f4
·
verified ·
1 Parent(s): 6e924b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -5,6 +5,8 @@ from smolagents.mcp_client import MCPClient
5
 
6
  import os
7
 
 
 
8
  try:
9
  mcp_client = MCPClient(
10
  ## Try this working example on the hub:
 
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: