Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
cbcgh:;,
|
2 |
gradio
|
3 |
tooluniverse
|
4 |
transformers
|
@@ -9,4 +8,6 @@ accelerate
|
|
9 |
scipy
|
10 |
huggingface_hub
|
11 |
PyPDF2
|
12 |
-
python-docx
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
tooluniverse
|
3 |
transformers
|
|
|
8 |
scipy
|
9 |
huggingface_hub
|
10 |
PyPDF2
|
11 |
+
python-docx
|
12 |
+
pdfplumber
|
13 |
+
pandas
|