Spaces:
Running
Running
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
gradio
|
|
|
|
|
|
|
|
|
|
| 2 |
PyPDF2
|
| 3 |
python-docx
|
| 4 |
-
gspread
|
| 5 |
-
google-auth
|
|
|
|
| 1 |
gradio
|
| 2 |
+
transformers
|
| 3 |
+
torch
|
| 4 |
+
sentencepiece
|
| 5 |
PyPDF2
|
| 6 |
python-docx
|
|
|
|
|
|