Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==2.4.0
|
2 |
+
transformers==4.21.1
|
3 |
+
pandas
|
4 |
+
PyPDF2
|
5 |
+
pdfplumber
|
6 |
+
torch
|
7 |
+
torchvision
|
8 |
+
timm
|
9 |
+
sentencepiece
|
10 |
+
streamlit==1.33.0
|
11 |
+
tensorflow==2.15.0
|
12 |
+
numpy==1.23.5
|