xiaoyao9184
Support gradio
2718c61
raw
history blame
418 Bytes
{
"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
}
]
}