ramedde commited on
Commit
2c84195
·
verified ·
1 Parent(s): c8a6c00

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- gradio>=4.40.0
 
 
 
2
  gTTS>=2.5.0
3
- # llama-cpp-python is optional uncomment the line below only if you
4
- # upload a .gguf model file to the Space repository.
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