Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +19 -18
requirements.txt
CHANGED
|
@@ -1,23 +1,24 @@
|
|
| 1 |
-
torch
|
| 2 |
-
transformers
|
| 3 |
-
accelerate
|
| 4 |
|
| 5 |
-
langchain
|
| 6 |
-
langchain-core
|
| 7 |
-
langchain-community
|
| 8 |
-
langchain-huggingface
|
| 9 |
-
langgraph
|
| 10 |
|
| 11 |
-
python-dotenv
|
| 12 |
-
requests
|
| 13 |
-
pandas
|
| 14 |
|
| 15 |
-
gradio
|
| 16 |
|
| 17 |
-
duckduckgo-search
|
| 18 |
-
wikipedia
|
| 19 |
-
Pillow
|
| 20 |
-
tabulate
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
-
whisper @ git+https://github.com/openai/whisper.git
|
| 23 |
-
yt-dlp>=2024.2.1
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
transformers
|
| 3 |
+
accelerate
|
| 4 |
|
| 5 |
+
langchain
|
| 6 |
+
langchain-core
|
| 7 |
+
langchain-community
|
| 8 |
+
langchain-huggingface
|
| 9 |
+
langgraph
|
| 10 |
|
| 11 |
+
python-dotenv
|
| 12 |
+
requests
|
| 13 |
+
pandas
|
| 14 |
|
| 15 |
+
gradio
|
| 16 |
|
| 17 |
+
duckduckgo-search
|
| 18 |
+
wikipedia
|
| 19 |
+
Pillow
|
| 20 |
+
tabulate
|
| 21 |
+
|
| 22 |
+
openai-whisper
|
| 23 |
+
yt-dlp
|
| 24 |
|
|
|
|
|
|