Turbiling commited on
Commit
833b605
·
verified ·
1 Parent(s): 330a65e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -4
requirements.txt CHANGED
@@ -1,6 +1,15 @@
1
- gradio>=4.44.0
 
2
  groq
3
- yt-dlp
4
- pydub
5
- ffmpeg-python
6
  requests
 
 
 
 
 
 
 
 
 
 
1
+ gradio==4.44.0
2
+ huggingface-hub
3
  groq
4
+ transformers
5
+ sentence-transformers
 
6
  requests
7
+ ffmpeg-python
8
+ pydub
9
+ yt-dlp
10
+ python-docx
11
+ pandas
12
+ numpy
13
+ langchain
14
+ faiss-cpu
15
+