Spaces:
Runtime error
Runtime error
Changed the version of pyav
Browse files- .gitignore +2 -1
- requirements.txt +1 -1
.gitignore
CHANGED
@@ -1 +1,2 @@
|
|
1 |
-
util/__pycache__
|
|
|
|
1 |
+
util/__pycache__
|
2 |
+
.idea
|
requirements.txt
CHANGED
@@ -26,7 +26,7 @@ tensorflow==2.15.0
|
|
26 |
tensorflow_datasets==4.9.3
|
27 |
tensorflow_graphics==2021.12.3
|
28 |
draccus
|
29 |
-
pyav
|
30 |
numba
|
31 |
loguru
|
32 |
sacrebleu
|
|
|
26 |
tensorflow_datasets==4.9.3
|
27 |
tensorflow_graphics==2021.12.3
|
28 |
draccus
|
29 |
+
pyav==14.2.0
|
30 |
numba
|
31 |
loguru
|
32 |
sacrebleu
|