Spaces:
Running
Running
File size: 418 Bytes
2718c61 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"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
}
]
} |