Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core libraries
|
2 |
+
gradio
|
3 |
+
google-generativeai
|
4 |
+
pdfminer.six==20200517
|
5 |
+
unstructured[pdf]>=0.7.0
|
6 |
+
PyPDF2
|
7 |
+
tika
|
8 |
+
|
9 |
+
# Optional: if you use environment variable loading
|
10 |
+
python-dotenv
|