Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -21
requirements.txt
CHANGED
|
@@ -1,23 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
gradio
|
| 3 |
-
huggingface-hub
|
| 4 |
-
|
| 5 |
-
# --- Model Integration ---
|
| 6 |
groq
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
sentence-transformers
|
| 10 |
-
|
| 11 |
-
# --- Utilities ---
|
| 12 |
-
requests
|
| 13 |
-
python-docx
|
| 14 |
-
pandas
|
| 15 |
-
numpy
|
| 16 |
-
|
| 17 |
-
# --- Audio / Video / File Handling ---
|
| 18 |
ffmpeg-python
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
# --- Optional (for PDF/embedding apps) ---
|
| 22 |
-
faiss-cpu
|
| 23 |
-
langchain
|
|
|
|
| 1 |
+
gradio==4.43.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
groq
|
| 3 |
+
huggingface_hub>=0.24
|
| 4 |
+
yt-dlp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
ffmpeg-python
|
| 6 |
+
requests
|
|
|
|
|
|
|
|
|
|
|
|