Spaces:
Sleeping
Sleeping
{ | |
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.2/.schema/devbox.schema.json", | |
"packages": [ | |
"[email protected]", | |
"ffmpeg@latest", | |
"espeak-ng@latest", | |
"uv@latest" | |
], | |
"shell": { | |
"init_hook": [ | |
". $VENV_DIR/bin/activate", | |
"pip install --no-cache-dir -r requirements.txt" | |
], | |
"scripts": { | |
"run": [ | |
"python src/vocalizr" | |
] | |
} | |
} | |
} |