TDN-M commited on
Commit
a32bb9b
·
verified ·
1 Parent(s): 25abf2c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -30
requirements.txt CHANGED
@@ -1,20 +1,4 @@
1
- # Thư viện bản
2
- csv
3
- datetime
4
- os
5
- re
6
- time
7
- uuid
8
- io
9
-
10
- # Thư viện xử lý âm thanh và video
11
- torchaudio
12
- opencv-python
13
- moviepy
14
-
15
- # Thư viện học máy và xử lý ngôn ngữ tự nhiên
16
- transformers==4.28.1
17
- langchain==0.1.5
18
  TTS @ git+https://github.com/thinhlpg/TTS.git@ff217b3f27b294de194cc59c5119d1e08b06413c
19
  typing-extensions>=4.8.0
20
  cutlet
@@ -22,20 +6,17 @@ mecab-python3==1.0.6
22
  langid
23
  deepspeed
24
  pydub
25
-
26
- # Thư viện Gradio và Spaces
27
  gradio==4.36.1
28
- spaces==0.1.0
29
-
30
- # Thư viện Hugging Face Hub
31
- huggingface_hub==0.14.0
32
-
33
- # Thư viện khác
34
- unidic-lite
35
-
36
  # Vietnamese 101
37
  vinorm==2.0.7
38
  underthesea==6.8.0
39
-
40
- # Groq API
41
- groq
 
 
 
 
 
1
+ # Preinstall requirements from TTS
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  TTS @ git+https://github.com/thinhlpg/TTS.git@ff217b3f27b294de194cc59c5119d1e08b06413c
3
  typing-extensions>=4.8.0
4
  cutlet
 
6
  langid
7
  deepspeed
8
  pydub
 
 
9
  gradio==4.36.1
10
+ groq
11
+ opencv-python
12
+ moviepy
 
 
 
 
 
13
  # Vietnamese 101
14
  vinorm==2.0.7
15
  underthesea==6.8.0
16
+ # Hugging Face Hub
17
+ huggingface_hub==0.14.0
18
+ # Thư viện học máy và xử lý ngôn ngữ tự nhiên
19
+ transformers==4.28.1
20
+ langchain==0.1.5
21
+ # Thư viện cơ bản khác
22
+ unidic-lite