Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
soundfile
|
4 |
-
gradio
|
5 |
numpy
|
6 |
-
|
7 |
-
|
|
|
|
1 |
+
tensorflow==2.6.0 # Phiên bản TensorFlow, có thể thay đổi tùy theo yêu cầu
|
2 |
+
tensorflow-gpu # Nếu có yêu cầu sử dụng GPU
|
|
|
|
|
3 |
numpy
|
4 |
+
scipy
|
5 |
+
soundfile
|
6 |
+
gradio # Để tạo giao diện
|