Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -5,4 +5,5 @@ pyttsx3
|
|
5 |
gtts
|
6 |
playsound==1.2.2 # The newer versions of playsound have issues sometimes.
|
7 |
python-dotenv
|
8 |
-
gradio
|
|
|
|
5 |
gtts
|
6 |
playsound==1.2.2 # The newer versions of playsound have issues sometimes.
|
7 |
python-dotenv
|
8 |
+
gradio
|
9 |
+
ffmpeg # Ensure ffmpeg is installed for audio processing in pydub
|