Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==5.44.1
|
| 2 |
+
librosa==0.10.2.post1
|
| 3 |
+
numpy==1.24.4
|
| 4 |
+
peft==0.5.0
|
| 5 |
+
sentencepiece==0.2.0
|
| 6 |
+
soundfile==0.12.1
|
| 7 |
+
torch==2.2.0
|
| 8 |
+
tqdm==4.66.5
|
| 9 |
+
transformers==4.49.0
|