Spaces:
Sleeping
Sleeping
File size: 402 Bytes
05d9980 a92e8dc 02a3cbd a92e8dc 05d9980 a92e8dc 7e2a58b 05d9980 02a3cbd a92e8dc 05d9980 a92e8dc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.2/.schema/devbox.schema.json",
"packages": [
"[email protected]",
"ffmpeg@latest",
"espeak-ng@latest"
],
"shell": {
"init_hook": [
". $VENV_DIR/bin/activate",
"pip install --no-cache-dir -r requirements.txt"
],
"scripts": {
"vocalizr": [
"python src/vocalizr"
]
}
}
} |