Spaces:
Runtime error
Runtime error
Akhil Ahuja
commited on
Commit
•
6d13153
1
Parent(s):
7ab06a5
Requirements correction. added sentencepiece
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
gradio==3.0.26
|
|
|
2 |
transformers==4.20.1
|
3 |
torch==1.12.0
|
4 |
pytesseract==0.3.9
|
5 |
-
pillow==9.2.0
|
|
|
1 |
gradio==3.0.26
|
2 |
+
sentencepiece==0.1.96
|
3 |
transformers==4.20.1
|
4 |
torch==1.12.0
|
5 |
pytesseract==0.3.9
|
6 |
+
pillow==9.2.0
|