Spaces:
Running
on
Zero
Running
on
Zero
fix: Add missing inflect dependency for g2p module
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -30,6 +30,7 @@ pykakasi>=2.3.0 # Japanese text processing
|
|
| 30 |
pyopenjtalk; python_version < "3.12" # Japanese phonetics (Python 3.11 compatible)
|
| 31 |
unidecode>=1.3.0 # Text normalization
|
| 32 |
py3langid>=0.2.2 # Language detection
|
|
|
|
| 33 |
|
| 34 |
# AI Model dependencies
|
| 35 |
transformers==4.47.1 # Pinned for DiffRhythm2 compatibility
|
|
|
|
| 30 |
pyopenjtalk; python_version < "3.12" # Japanese phonetics (Python 3.11 compatible)
|
| 31 |
unidecode>=1.3.0 # Text normalization
|
| 32 |
py3langid>=0.2.2 # Language detection
|
| 33 |
+
inflect>=7.0.0 # English text normalization (required by g2p)
|
| 34 |
|
| 35 |
# AI Model dependencies
|
| 36 |
transformers==4.47.1 # Pinned for DiffRhythm2 compatibility
|