gemma-demo / .vscode /settings.json
AC2513's picture
Added frame capture for video inputs
45a53c4
raw
history blame contribute delete
145 Bytes
{
"python.testing.pytestArgs": [
"src"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}