Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
gradio>=3.
|
2 |
-
gTTS>=2.2
|
3 |
-
pydub>=0.25.1
|
4 |
-
|
5 |
-
|
|
|
1 |
+
gradio>=3.35.0 # Gradio UI 라이브러리
|
2 |
+
gTTS>=2.3.2 # Google Text-to-Speech (TTS) 라이브러리
|
3 |
+
pydub>=0.25.1 # Audio processing library
|
4 |
+
ffmpeg # Required by pydub (install via system package manager)
|
|