Update requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
CHANGED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core dependencies
|
2 |
+
gradio==4.13.0
|
3 |
+
numpy==1.26.0
|
4 |
+
|
5 |
+
# Audio processing
|
6 |
+
librosa==0.10.1
|
7 |
+
soundfile==0.12.1
|
8 |
+
|
9 |
+
# Machine Learning
|
10 |
+
torch==2.2.1
|
11 |
+
transformers==4.38.2
|
12 |
+
matplotlib==3.8.2
|
13 |
+
|
14 |
+
# Hugging Face specific
|
15 |
+
huggingface-hub==0.20.2
|