Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -2,12 +2,13 @@ transformers>=4.39.0
|
|
2 |
torch>=2.0.0
|
3 |
pandas>=2.0.0
|
4 |
openpyxl>=3.1.2
|
5 |
-
accelerate
|
6 |
requests>=2.31.0
|
7 |
-
huggingface_hub #
|
8 |
gradio>=4.21.0
|
9 |
tavily-python
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
13 |
|
|
|
2 |
torch>=2.0.0
|
3 |
pandas>=2.0.0
|
4 |
openpyxl>=3.1.2
|
5 |
+
accelerate
|
6 |
requests>=2.31.0
|
7 |
+
huggingface_hub # För att ansluta till Hugging Face Inference API
|
8 |
gradio>=4.21.0
|
9 |
tavily-python
|
10 |
+
faster-whisper
|
11 |
+
langchain>=0.2.5 # Huvud LangChain-biblioteket
|
12 |
+
langchain-community>=0.2.5 # För HuggingFaceHub LLM-integration
|
13 |
+
langchain-core>=0.2.5 # Kärnkomponenter för LangChain
|
14 |
|