Spaces:
Running
Running
vidhanm
commited on
Commit
·
aecdd6d
1
Parent(s):
978a6b3
add protobuf in requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,5 +2,6 @@ torch>=2.0.0
|
|
2 |
transformers>=4.36.0
|
3 |
Pillow>=10.0.0
|
4 |
gradio
|
5 |
-
sentencepiece
|
|
|
6 |
accelerate
|
|
|
2 |
transformers>=4.36.0
|
3 |
Pillow>=10.0.0
|
4 |
gradio
|
5 |
+
sentencepiece # Ensure this is present
|
6 |
+
protobuf # Add this line
|
7 |
accelerate
|