Spaces:
Running
Running
Michael Hu
commited on
Commit
·
672e7e1
1
Parent(s):
267ef5e
build: add phonemizer-fork dependency to requirements.txt
Browse filesAdd phonemizer-fork>=3.3.2 to the project dependencies to support new features requiring phonemization functionality.
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -10,4 +10,5 @@ munch>=2.5
|
|
10 |
accelerate>=1.2.0
|
11 |
soundfile>=0.13.0
|
12 |
kokoro>=0.9.4
|
13 |
-
ordered-set>=4.1.0
|
|
|
|
10 |
accelerate>=1.2.0
|
11 |
soundfile>=0.13.0
|
12 |
kokoro>=0.9.4
|
13 |
+
ordered-set>=4.1.0
|
14 |
+
phonemizer-fork>=3.3.2
|