Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
torch
|
2 |
torchaudio
|
3 |
-
gradio==4.
|
4 |
numpy
|
5 |
librosa
|
6 |
soundfile
|
7 |
pydub
|
8 |
-
ffmpeg-python
|
|
|
1 |
torch
|
2 |
torchaudio
|
3 |
+
gradio==4.44.1 # Updated to latest version
|
4 |
numpy
|
5 |
librosa
|
6 |
soundfile
|
7 |
pydub
|
8 |
+
ffmpeg-python
|