SuriRaja commited on
Commit
022617c
·
verified ·
1 Parent(s): ff574b2

Update requirements.txt

Browse files

The error indicates that the sentencepiece library is missing. Let's update the requirements.txt to include sentencepiece and make sure the code works correctly.

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