kh-CHEUNG commited on
Commit
ab032c8
1 Parent(s): 6ddafa8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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