Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface_hub==0.25.2
|
2 |
+
gradio>=4.44.0
|
3 |
+
faiss-cpu>=1.8.0
|
4 |
+
sentence-transformers>=3.0.1
|
5 |
+
google-generativeai>=0.8.2
|
6 |
+
pandas>=2.2.2
|
7 |
+
numpy>=1.26.4
|