TDN-M commited on
Commit
3a07387
verified
1 Parent(s): a7ba2cd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -19
requirements.txt CHANGED
@@ -1,28 +1,17 @@
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
- torch
16
- torchaudio
17
- transformers
18
-
19
- edge-tts
20
  moviepy
21
  pymupdf
22
- openai
23
  python-docx
24
- Groq
25
- gradio_client
26
  huggingface_hub
 
27
 
28
 
 
1
+ # Th瓢 vi峄噉 c岷 thi岷縯
2
+ torch==2.0.1
3
+ torchaudio==2.0.2
4
+ transformers==4.31.0
 
 
 
 
 
 
5
  gradio==4.36.1
 
6
  vinorm==2.0.7
7
  underthesea==6.8.0
8
+ deepspeed
9
+ pydub
 
 
 
10
  moviepy
11
  pymupdf
 
12
  python-docx
13
+ edge-tts
 
14
  huggingface_hub
15
+ groq
16
 
17