Turbiling commited on
Commit
b5fc657
·
verified ·
1 Parent(s): 0b733ce

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -21
requirements.txt CHANGED
@@ -1,23 +1,6 @@
1
- # --- Core Frameworks ---
2
- gradio
3
- huggingface-hub
4
-
5
- # --- Model Integration ---
6
  groq
7
- openai
8
- transformers
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
- pydub
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