Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
-
gradio>=4.0
|
| 2 |
-
qwen-tts
|
| 3 |
torch>=2.0
|
| 4 |
torchaudio
|
| 5 |
soundfile
|
| 6 |
numpy
|
|
|
|
| 7 |
huggingface-hub
|
|
|
|
| 1 |
+
gradio>=4.44.0
|
| 2 |
+
qwen-tts
|
| 3 |
torch>=2.0
|
| 4 |
torchaudio
|
| 5 |
soundfile
|
| 6 |
numpy
|
| 7 |
+
librosa
|
| 8 |
huggingface-hub
|