TDN-M commited on
Commit
6b68134
verified
1 Parent(s): 6eeb831

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -5
requirements.txt CHANGED
@@ -1,4 +1,18 @@
1
- gradio
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  edge-tts
3
  moviepy
4
  pymupdf
@@ -6,8 +20,6 @@ openai
6
  python-docx
7
  Groq
8
  gradio_client
9
- torch
10
- torchaudio
11
- TTS
12
  huggingface_hub
13
- vinorm
 
 
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
6
+ unidic-lite==1.0.8
7
+ unidic==1.1.0
8
+ langid
9
+ deepspeed
10
+ pydub
11
+ gradio==4.36.1
12
+ # Vietnamese 101
13
+ vinorm==2.0.7
14
+ underthesea==6.8.0
15
+
16
  edge-tts
17
  moviepy
18
  pymupdf
 
20
  python-docx
21
  Groq
22
  gradio_client
 
 
 
23
  huggingface_hub
24
+
25
+