Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==5.6.0
|
2 |
+
sumy==0.11.0
|
3 |
+
nltk==3.9.1
|
4 |
+
langchain==0.3.7
|
5 |
+
langchain-community==0.3.7
|
6 |
+
llama-cpp-python==0.3.2
|