Spaces:
Sleeping
Sleeping
Commit
·
a5e0d79
1
Parent(s):
db7e892
Add application fil1e
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
gradio>=4.13.0
|
2 |
-
openvino>=2024.1.0
|
3 |
librosa>=0.10.0
|
4 |
numpy>=1.21.0
|
5 |
scipy>=1.10.0
|
6 |
huggingface_hub>=0.19.0
|
7 |
-
soundfile>=0.12.0
|
|
|
|
|
|
1 |
gradio>=4.13.0
|
2 |
+
openvino-genai>=2024.1.0 # Correct package name
|
3 |
librosa>=0.10.0
|
4 |
numpy>=1.21.0
|
5 |
scipy>=1.10.0
|
6 |
huggingface_hub>=0.19.0
|
7 |
+
soundfile>=0.12.0
|
8 |
+
torch>=2.2.0 # Required for some components
|
9 |
+
transformers>=4.38.0 # Needed for audio processing
|