Spaces:
Sleeping
Sleeping
added the missing + in torchtext
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -3,4 +3,4 @@ uvicorn
|
|
3 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
4 |
torch==2.0.0+cpu
|
5 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
6 |
-
torchtext==0.15.
|
|
|
3 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
4 |
torch==2.0.0+cpu
|
5 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
6 |
+
torchtext==0.15.1+cpu
|