Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
torch
|
2 |
ninja
|
3 |
tokenizers
|
4 |
-
rwkv==0.
|
5 |
pynvml
|
6 |
huggingface_hub
|
7 |
gradio>=3.17.1
|
|
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
ninja
|
3 |
tokenizers
|
4 |
+
rwkv==0.7.3
|
5 |
pynvml
|
6 |
huggingface_hub
|
7 |
gradio>=3.17.1
|
8 |
+
git+https://github.com/openai/whisper.git
|
9 |
+
TTS
|
10 |
+
torchaudio
|
11 |
+
speechbrain
|