Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
# Preinstall requirements from TTS
|
| 2 |
TTS @ git+https://github.com/thinhlpg/TTS.git@ff217b3f27b294de194cc59c5119d1e08b06413c
|
| 3 |
-
pydantic==1.10.13
|
| 4 |
-
python-multipart==0.0.6
|
| 5 |
typing-extensions>=4.8.0
|
| 6 |
cutlet
|
| 7 |
mecab-python3==1.0.6
|
|
@@ -10,7 +8,7 @@ unidic==1.1.0
|
|
| 10 |
langid
|
| 11 |
deepspeed
|
| 12 |
pydub
|
| 13 |
-
gradio
|
| 14 |
|
| 15 |
# Vietnamese 101
|
| 16 |
vinorm==2.0.7
|
|
|
|
| 1 |
# Preinstall requirements from TTS
|
| 2 |
TTS @ git+https://github.com/thinhlpg/TTS.git@ff217b3f27b294de194cc59c5119d1e08b06413c
|
|
|
|
|
|
|
| 3 |
typing-extensions>=4.8.0
|
| 4 |
cutlet
|
| 5 |
mecab-python3==1.0.6
|
|
|
|
| 8 |
langid
|
| 9 |
deepspeed
|
| 10 |
pydub
|
| 11 |
+
gradio==4.36.1
|
| 12 |
|
| 13 |
# Vietnamese 101
|
| 14 |
vinorm==2.0.7
|