Spaces:
Sleeping
Sleeping
streamlit error fix
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
st-annotated-text
|
2 |
torch
|
3 |
-
transformers
|
4 |
tqdm
|
5 |
numpy
|
6 |
pysbd
|
|
|
1 |
st-annotated-text
|
2 |
torch
|
3 |
+
transformers[torch]
|
4 |
tqdm
|
5 |
numpy
|
6 |
pysbd
|