OppaAI commited on
Commit
1cb393e
·
verified ·
1 Parent(s): c65f577

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from dotenv import load_dotenv
12
  load_dotenv()
13
 
14
  ROBOT_ID = "Robot_MCP_Client"
15
- HF_TOKEN = os.environ.get("HF_CV_ROBOT_TOKEN")
16
  if not HF_TOKEN:
17
  print("Warning: HF_TOKEN not found. API calls may fail.")
18
  # Set a placeholder string to avoid the 'None is not of type string' error
 
12
  load_dotenv()
13
 
14
  ROBOT_ID = "Robot_MCP_Client"
15
+ HF_TOKEN = os.environ.get("HF_TOKEN")
16
  if not HF_TOKEN:
17
  print("Warning: HF_TOKEN not found. API calls may fail.")
18
  # Set a placeholder string to avoid the 'None is not of type string' error