Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
CHANGED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.13.*
|
2 |
+
torch>=2.1.0
|
3 |
+
transformers>=4.39.0
|
4 |
+
datasets>=2.18.0
|
5 |
+
accelerate>=0.30.0
|
6 |
+
pytube>=15.0.0
|
7 |
+
ffmpeg-python>=0.2.0
|
8 |
+
librosa>=0.10.1
|
9 |
+
sentencepiece>=0.1.99
|
10 |
+
protobuf>=4.25.0
|