Spaces:
Runtime error
Runtime error
Ubuntu commited on
Commit ·
c7e62cc
1
Parent(s): 82da87b
Add sentencepiece to requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
huggingface_hub==0.25.2
|
| 2 |
gradio
|
| 3 |
transformers
|
| 4 |
-
torch
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
transformers
|
| 3 |
+
torch
|
| 4 |
+
huggingface_hub
|
| 5 |
+
sentencepiece # Add SentencePiece
|