welcometoFightclub commited on
Commit
c27c453
·
verified ·
1 Parent(s): 8e51149

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -1,6 +1,5 @@
1
- gradio==4.44.1
2
- torch
3
- opencv-python-headless
4
- speechrecognition
5
- groq
6
- gtts
 
1
+ gradio>=4.44.0
2
+ torch>=2.4.0
3
+ speechrecognition>=3.10.4
4
+ groq>=0.9.0
5
+ gtts>=2.5.3