Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -4
requirements.txt
CHANGED
|
@@ -1,6 +1,15 @@
|
|
| 1 |
-
gradio
|
|
|
|
| 2 |
groq
|
| 3 |
-
|
| 4 |
-
|
| 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 |
+
|