Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
#git+https://github.com/huggingface/transformers.git
|
|
|
|
|
2 |
sentencepiece #Avoid ValueError: Couldn't instantiate the backend tokenizer ...
|
3 |
spaces
|
4 |
torch
|
|
|
1 |
#git+https://github.com/huggingface/transformers.git
|
2 |
+
#PIL #Installed under HF Spaces
|
3 |
+
pytesseract #Google’s Tesseract Python wrapper
|
4 |
sentencepiece #Avoid ValueError: Couldn't instantiate the backend tokenizer ...
|
5 |
spaces
|
6 |
torch
|