Update requirements.txt
Browse files- requirements.txt +3 -11
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Preinstall requirements from TTS
|
2 |
TTS @ git+https://github.com/thinhlpg/TTS.git@ff217b3f27b294de194cc59c5119d1e08b06413c
|
3 |
typing-extensions>=4.8.0
|
4 |
cutlet
|
@@ -10,15 +10,7 @@ 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.19.3 # Cập nhật phiên bản tối thiểu của huggingface-hub
|
18 |
-
gradio_client
|
19 |
-
transformers==4.33.0
|
20 |
-
langchain-community==0.0.1 # Sử dụng phiên bản khả dụng
|
21 |
-
# Thư viện tạo ảnh
|
22 |
-
diffusers==0.14.0
|
23 |
-
torch
|
24 |
-
Pillow
|
|
|
1 |
+
# Preinstall requirements from TTS
|
2 |
TTS @ git+https://github.com/thinhlpg/TTS.git@ff217b3f27b294de194cc59c5119d1e08b06413c
|
3 |
typing-extensions>=4.8.0
|
4 |
cutlet
|
|
|
10 |
groq
|
11 |
opencv-python
|
12 |
moviepy
|
13 |
+
gc
|
14 |
# Vietnamese 101
|
15 |
vinorm==2.0.7
|
16 |
+
underthesea==6.8.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|