Spaces:
Sleeping
Sleeping
Update devbox.json
Browse files- devbox.json +2 -3
devbox.json
CHANGED
@@ -3,8 +3,7 @@
|
|
3 |
"packages": [
|
4 | |
5 |
"ffmpeg@latest",
|
6 |
-
"espeak-ng@latest"
|
7 |
-
"uv@latest"
|
8 |
],
|
9 |
"shell": {
|
10 |
"init_hook": [
|
@@ -12,7 +11,7 @@
|
|
12 |
"pip install --no-cache-dir -r requirements.txt"
|
13 |
],
|
14 |
"scripts": {
|
15 |
-
"
|
16 |
"python src/vocalizr"
|
17 |
]
|
18 |
}
|
|
|
3 |
"packages": [
|
4 | |
5 |
"ffmpeg@latest",
|
6 |
+
"espeak-ng@latest"
|
|
|
7 |
],
|
8 |
"shell": {
|
9 |
"init_hook": [
|
|
|
11 |
"pip install --no-cache-dir -r requirements.txt"
|
12 |
],
|
13 |
"scripts": {
|
14 |
+
"vocalizr": [
|
15 |
"python src/vocalizr"
|
16 |
]
|
17 |
}
|