spookyuser
commited on
Commit
·
2dad4b7
1
Parent(s):
968d2c9
Update reqs
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
# frame_interpolation dependencies
|
2 |
-
tensorflow
|
3 |
-
tensorflow-datasets
|
4 |
-
tensorflow-addons
|
5 |
-
absl-py
|
6 |
-
gin-config
|
7 |
-
parameterized
|
8 |
-
mediapy
|
9 |
-
scikit-image
|
10 |
-
apache-beam
|
11 |
google-cloud-bigquery-storage==1.1.0 # Suppresses a harmless error from beam
|
12 |
-
natsort
|
13 |
|
14 |
-
gradio
|
15 |
spodcast
|
16 |
moviepy
|
17 |
huggingface-hub
|
|
|
1 |
# frame_interpolation dependencies
|
2 |
+
tensorflow # The latest should include tensorflow-gpu
|
3 |
+
tensorflow-datasets
|
4 |
+
tensorflow-addons
|
5 |
+
absl-py
|
6 |
+
gin-config
|
7 |
+
parameterized
|
8 |
+
mediapy
|
9 |
+
scikit-image
|
10 |
+
apache-beam
|
11 |
google-cloud-bigquery-storage==1.1.0 # Suppresses a harmless error from beam
|
12 |
+
natsort
|
13 |
|
14 |
+
gradio # This is also because of reasons
|
15 |
spodcast
|
16 |
moviepy
|
17 |
huggingface-hub
|