Spaces:
Runtime error
Runtime error
fix requirement bug
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
torch==2.3.1
|
|
|
|
|
2 |
|
3 |
numpy
|
4 |
ftfy
|
|
|
1 |
+
torch==2.3.1
|
2 |
+
torchvision==0.18.1
|
3 |
+
torchaudio==2.3.1
|
4 |
|
5 |
numpy
|
6 |
ftfy
|