Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +7 -9
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
transformers
|
8 |
tensorflow==2.6.2
|
9 |
tensorflow-datasets==4.4.0
|
@@ -15,12 +14,11 @@ 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 |
-
|
21 |
streamlit
|
22 |
-
google-cloud-firestore
|
23 |
-
firebase-admin
|
24 |
Werkzeug==2.0.3
|
25 |
huggingface_hub==0.4.0
|
26 |
|
|
|
1 |
+
torchaudio
|
2 |
+
omegaconf
|
3 |
+
gradio
|
4 |
+
torch
|
5 |
+
soundfile
|
|
|
6 |
transformers
|
7 |
tensorflow==2.6.2
|
8 |
tensorflow-datasets==4.4.0
|
|
|
14 |
scikit-image==0.19.1
|
15 |
apache-beam==2.34.0
|
16 |
google-cloud-bigquery-storage==1.1.0
|
17 |
+
google-cloud-firestore
|
18 |
+
firebase-admin
|
19 |
natsort==8.1.0
|
20 |
image-tools
|
|
|
21 |
streamlit
|
|
|
|
|
22 |
Werkzeug==2.0.3
|
23 |
huggingface_hub==0.4.0
|
24 |
|