Spaces:
Running
Running
add transformers,torch,pypdf2
#6
by
anmol11p
- opened
- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
altair
|
2 |
pandas
|
3 |
streamlit
|
@@ -5,5 +7,5 @@ requests
|
|
5 |
beautifulsoup4
|
6 |
tqdm
|
7 |
huggingface_hub
|
8 |
-
PyPDF2
|
9 |
-
python-dotenv
|
|
|
1 |
+
transformers
|
2 |
+
torch
|
3 |
altair
|
4 |
pandas
|
5 |
streamlit
|
|
|
7 |
beautifulsoup4
|
8 |
tqdm
|
9 |
huggingface_hub
|
10 |
+
PyPDF2
|
11 |
+
python-dotenv
|