Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# please make sure you have already a pytorch install that is cuda enabled!
|
2 |
-
torch
|
3 |
-
torchaudio
|
4 |
av
|
5 |
einops
|
6 |
flashy>=0.0.1
|
|
|
1 |
# please make sure you have already a pytorch install that is cuda enabled!
|
2 |
+
torch==2.0.1
|
3 |
+
torchaudio==2.0.2
|
4 |
av
|
5 |
einops
|
6 |
flashy>=0.0.1
|