Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
gradio>=4.28.0
|
2 |
-
PyPDF2>=3.0.1
|
3 |
-
nltk>=3.8.1
|
4 |
-
transformers>=4.39.0
|
5 |
-
torch>=2.1.2
|
6 |
-
soundfile>=0.12.1
|
7 |
-
llama-index>=0.11.47
|
8 |
-
huggingface-hub>=0.23.0
|
|
|
|
1 |
+
gradio>=4.28.0
|
2 |
+
PyPDF2>=3.0.1
|
3 |
+
nltk>=3.8.1
|
4 |
+
transformers>=4.39.0
|
5 |
+
torch>=2.1.2
|
6 |
+
soundfile>=0.12.1
|
7 |
+
llama-index>=0.11.47
|
8 |
+
huggingface-hub>=0.23.0
|
9 |
+
smolagents==1.13.0
|