Update requirements.txt
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,11 @@
|
|
| 1 |
huggingface_hub==0.25.2
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
huggingface_hub==0.25.2
|
| 2 |
+
gradio>=4.0.0
|
| 3 |
+
requests>=2.28.0
|
| 4 |
+
Pillow>=9.0.0
|
| 5 |
+
PyPDF2>=3.0.0
|
| 6 |
+
markdown>=3.4.0
|
| 7 |
+
python-magic>=0.4.27
|
| 8 |
+
tiktoken>=0.5.0
|
| 9 |
+
pdfminer.six>=20221105
|
| 10 |
+
markdownify>=0.11.0
|
| 11 |
+
numpy>=1.24.0
|