Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
| 2 |
gTTS>=2.5.0
|
| 3 |
-
#
|
| 4 |
-
#
|
| 5 |
-
# If your Space has a GPU, use the CUDA wheel instead; see README.
|
| 6 |
-
# llama-cpp-python>=0.2.77
|
|
|
|
| 1 |
+
# audioop-lts restores the audioop module removed in Python 3.13,
|
| 2 |
+
# which pydub (a gradio dependency) needs.
|
| 3 |
+
audioop-lts>=0.2.2
|
| 4 |
+
gradio>=5.0.0
|
| 5 |
gTTS>=2.5.0
|
| 6 |
+
# Uncomment below + upload a .gguf model file to enable AI tips:
|
| 7 |
+
# llama-cpp-python>=0.2.77
|
|
|
|
|
|