Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
gradio
|
2 |
uuid
|
3 |
yt-dlp
|
4 |
-
moviepy
|
5 |
python-dotenv
|
6 |
requests
|
7 |
sentence-transformers
|
8 |
-
langchain-google-genai
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
uuid
|
3 |
yt-dlp
|
|
|
4 |
python-dotenv
|
5 |
requests
|
6 |
sentence-transformers
|
7 |
+
langchain-google-genai
|
8 |
+
anthropic
|
9 |
+
pydantic
|
10 |
+
transformers==4.50.3
|
11 |
+
langchain-openai
|