Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers==4.41.0
|
2 |
+
huggingface_hub>=0.14.0
|
3 |
+
wikipedia-api==0.5.4
|
4 |
+
gradio==3.29.0
|
5 |
+
torch==2.0.1
|
6 |
+
faiss-cpu==1.7.3
|
7 |
+
sentence-transformers==2.2.2
|
8 |
+
googletrans==4.0.0rc1
|
9 |
+
fpdf==1.7.2
|
10 |
+
numpy<2 # Downgrading NumPy to a compatible version
|