Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -3,11 +3,9 @@
|
|
3 |
#gradio
|
4 |
#torch
|
5 |
#soundfile
|
6 |
-
#transformers
|
7 |
|
8 |
-
|
9 |
-
|
10 |
-
tensorflow==2.6.2 # The latest should include tensorflow-gpu
|
11 |
tensorflow-datasets==4.4.0
|
12 |
tensorflow-addons==0.15.0
|
13 |
absl-py==0.12.0
|
@@ -16,7 +14,7 @@ parameterized==0.8.1
|
|
16 |
mediapy==1.0.3
|
17 |
scikit-image==0.19.1
|
18 |
apache-beam==2.34.0
|
19 |
-
google-cloud-bigquery-storage==1.1.0
|
20 |
natsort==8.1.0
|
21 |
image-tools
|
22 |
|
|
|
3 |
#gradio
|
4 |
#torch
|
5 |
#soundfile
|
|
|
6 |
|
7 |
+
transformers
|
8 |
+
tensorflow==2.6.2
|
|
|
9 |
tensorflow-datasets==4.4.0
|
10 |
tensorflow-addons==0.15.0
|
11 |
absl-py==0.12.0
|
|
|
14 |
mediapy==1.0.3
|
15 |
scikit-image==0.19.1
|
16 |
apache-beam==2.34.0
|
17 |
+
google-cloud-bigquery-storage==1.1.0
|
18 |
natsort==8.1.0
|
19 |
image-tools
|
20 |
|