MH0386 commited on
Commit
02a3cbd
·
verified ·
1 Parent(s): 4694917

Update devbox.json

Browse files
Files changed (1) hide show
  1. 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
- "run": [
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
  }