Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -5,6 +5,7 @@ nltk==3.7
|
|
| 5 |
numpy==1.23.5
|
| 6 |
openai==0.27.2
|
| 7 |
pandas==1.5.3
|
|
|
|
| 8 |
spacy==3.5.0
|
| 9 |
streamlit==1.20.0
|
| 10 |
torch==1.13.1
|
|
|
|
| 5 |
numpy==1.23.5
|
| 6 |
openai==0.27.2
|
| 7 |
pandas==1.5.3
|
| 8 |
+
sentencepiece==0.1.97
|
| 9 |
spacy==3.5.0
|
| 10 |
streamlit==1.20.0
|
| 11 |
torch==1.13.1
|