Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pip install PyPDF2
|
2 |
+
pip install transformers
|
3 |
+
pip install gradio
|
4 |
+
pip install git+https://github.com/huggingface/transformers.git
|
5 |
+
pip install datasets sentencepiece
|