Spaces:
Build error
Build error
[maintenance] fix broken space by updating ZeroGPU dependencies
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
torchaudio
|
4 |
numpy==1.24.0
|
5 |
transformers==4.46.3
|
6 |
ftfy==6.1.1
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
torchaudio
|
4 |
numpy==1.24.0
|
5 |
transformers==4.46.3
|
6 |
ftfy==6.1.1
|