Spaces:
Running
Running
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "debugpy: app.py", | |
"type": "debugpy", | |
"request": "launch", | |
"program": "${workspaceFolder}/app.py", | |
"console": "integratedTerminal", | |
"env": { | |
// "HF_ENDPOINT": "https://hf-mirror.com" | |
}, | |
"justMyCode": false | |
} | |
] | |
} |