Spaces:
Runtime error
Runtime error
Commit ·
87cbfbc
1
Parent(s): d798cbb
update
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -2,12 +2,13 @@ tqdm
|
|
| 2 |
#torch<2.0
|
| 3 |
#torchaudio
|
| 4 |
transformers==4.27.4
|
| 5 |
-
mecab-python3==1.0.5
|
| 6 |
num2words==0.5.12
|
| 7 |
#unidic_lite==1.0.8
|
| 8 |
unidic-lite
|
| 9 |
unidic==1.1.0
|
| 10 |
mecab-python3==1.0.5
|
|
|
|
| 11 |
pykakasi==2.2.1
|
| 12 |
fugashi==1.3.0
|
| 13 |
g2p_en==2.1.0
|
|
|
|
| 2 |
#torch<2.0
|
| 3 |
#torchaudio
|
| 4 |
transformers==4.27.4
|
| 5 |
+
#mecab-python3==1.0.5
|
| 6 |
num2words==0.5.12
|
| 7 |
#unidic_lite==1.0.8
|
| 8 |
unidic-lite
|
| 9 |
unidic==1.1.0
|
| 10 |
mecab-python3==1.0.5
|
| 11 |
+
python-mecab-ko
|
| 12 |
pykakasi==2.2.1
|
| 13 |
fugashi==1.3.0
|
| 14 |
g2p_en==2.1.0
|