Shivam3002 commited on
Commit
7cf6f26
·
verified ·
1 Parent(s): c69cde6

Update requirements.txt

Browse files

The issue arises because the TrOCR model requires the SentencePiece library, which isn't automatically included when you install transformers.

Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -2,3 +2,4 @@ transformers
2
  torch
3
  gradio
4
  Pillow
 
 
2
  torch
3
  gradio
4
  Pillow
5
+ sentencepiece