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