ai-voice-cloning-terminator/.vscode/tasks.json

12 lines
226 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Setup Environment",
"type": "shell",
"command": "python",
"args": ["activate_env.py"],
"problemMatcher": []
}
]
}