Spaces:
Runtime error
Runtime error
File size: 316 Bytes
ffdc7c8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
{
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: gradio_canny2image.py",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/gradio_canny2image.py",
"console": "integratedTerminal",
}
]
}
|