xywwww's picture
Upload 3 files
ffdc7c8 verified
raw
history blame contribute delete
316 Bytes
{
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: gradio_canny2image.py",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/gradio_canny2image.py",
"console": "integratedTerminal",
}
]
}