Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -3,10 +3,8 @@ numpy
|
|
3 |
scikit-learn
|
4 |
joblib
|
5 |
opencv-python
|
6 |
-
# 聲音分析
|
7 |
librosa
|
8 |
soundfile
|
9 |
scipy
|
10 |
-
|
11 |
-
|
12 |
-
tensorflow-cpu
|
|
|
3 |
scikit-learn
|
4 |
joblib
|
5 |
opencv-python
|
|
|
6 |
librosa
|
7 |
soundfile
|
8 |
scipy
|
9 |
+
transformers
|
10 |
+
torch
|
|