Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
torch
|
| 2 |
huggingface-hub
|
| 3 |
streamlit
|
| 4 |
-
transformers
|
| 5 |
-
|
|
|
|
|
|
| 1 |
torch
|
| 2 |
huggingface-hub
|
| 3 |
streamlit
|
| 4 |
+
transformers==4.38.1
|
| 5 |
+
tokenizers==0.15.2
|
| 6 |
+
nltk==3.8.1
|