Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- requirements (1).txt +3 -0
- setup (1).sh +2 -0
requirements (1).txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.33.0
|
2 |
+
tensorflow==2.15.0
|
3 |
+
numpy==1.23.5
|
setup (1).sh
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
pip install gradio transformers pandas PyPDF2 pdfplumber torch torchvision timm sentencepiece
|
2 |
+
chmod +x setup.sh
|