Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 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 |
gTTS>=2.5.0
|
|
|
|
|
|
|
|
|
|
| 5 |
# Uncomment below + upload a .gguf model file to enable AI tips:
|
| 6 |
# llama-cpp-python>=0.2.77
|
|
|
|
| 1 |
+
# audioop-lts restores the audioop module removed in Python 3.13
|
|
|
|
| 2 |
audioop-lts>=0.2.2
|
| 3 |
gTTS>=2.5.0
|
| 4 |
+
# gradio 4.40.0 (injected by HF Spaces) needs HfFolder which was removed in
|
| 5 |
+
# huggingface_hub 1.0 — pin to the last compatible series.
|
| 6 |
+
huggingface-hub>=0.30,<1.0
|
| 7 |
# Uncomment below + upload a .gguf model file to enable AI tips:
|
| 8 |
# llama-cpp-python>=0.2.77
|