Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -3,8 +3,9 @@ langchain>=0.1.0
|
|
3 |
langchain-openai>=0.0.2
|
4 |
openai>=1.12.0
|
5 |
python-dotenv>=1.0.0
|
6 |
-
langchain-community>=0.0.1
|
7 |
|
|
|
|
|
8 |
|
9 |
# Document processing
|
10 |
PyPDF2>=3.0.0
|
@@ -19,8 +20,8 @@ pytube>=15.0.0
|
|
19 |
tiktoken>=0.5.1
|
20 |
|
21 |
# Audio processing (optional, for future audio features)
|
22 |
-
|
23 |
|
24 |
# Development tools
|
25 |
uvicorn>=0.27.0
|
26 |
-
python-multipart>=0.0.9
|
|
|
3 |
langchain-openai>=0.0.2
|
4 |
openai>=1.12.0
|
5 |
python-dotenv>=1.0.0
|
|
|
6 |
|
7 |
+
# UI
|
8 |
+
gradio>=4.42.0
|
9 |
|
10 |
# Document processing
|
11 |
PyPDF2>=3.0.0
|
|
|
20 |
tiktoken>=0.5.1
|
21 |
|
22 |
# Audio processing (optional, for future audio features)
|
23 |
+
openai-whisper>=20231117
|
24 |
|
25 |
# Development tools
|
26 |
uvicorn>=0.27.0
|
27 |
+
python-multipart>=0.0.9
|