Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
urllib3
|
2 |
+
gradio
|
3 |
+
pandas
|
4 |
+
langchain
|
5 |
+
langchain_google_genai==0.0.4
|
6 |
+
pypdf
|
7 |
+
torch
|
8 |
+
transformers
|
9 |
+
accelerate
|