Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
torch
|
| 3 |
torchaudio
|
|
|
|
| 4 |
transformers==4.27.4
|
| 5 |
mecab-python3==1.0.5
|
| 6 |
num2words==0.5.12
|
|
@@ -22,6 +23,9 @@ unidecode==1.3.7
|
|
| 22 |
pypinyin==0.50.0
|
| 23 |
cn2an==0.5.22
|
| 24 |
jieba==0.42.1
|
| 25 |
-
gradio
|
| 26 |
langid==1.1.6
|
|
|
|
|
|
|
|
|
|
| 27 |
txtsplit
|
|
|
|
| 1 |
+
txtsplit
|
| 2 |
+
torch
|
| 3 |
torchaudio
|
| 4 |
+
cached_path
|
| 5 |
transformers==4.27.4
|
| 6 |
mecab-python3==1.0.5
|
| 7 |
num2words==0.5.12
|
|
|
|
| 23 |
pypinyin==0.50.0
|
| 24 |
cn2an==0.5.22
|
| 25 |
jieba==0.42.1
|
| 26 |
+
gradio
|
| 27 |
langid==1.1.6
|
| 28 |
+
tqdm
|
| 29 |
+
tensorboard==2.16.2
|
| 30 |
+
loguru==0.7.2
|
| 31 |
txtsplit
|