umesh369 commited on
Commit
47dcfa4
·
verified ·
1 Parent(s): 07a99c2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -4
requirements.txt CHANGED
@@ -1,5 +1,7 @@
 
 
 
 
 
1
  gradio
2
- librosa
3
- tensorflow==2.18.0
4
- numpy
5
- Flask==2.1.2
 
1
+ Flask==2.2.3
2
+ werkzeug==2.2.3
3
+ tensorflow==2.11.0 # or the version you're working with
4
+ numpy==1.21.4
5
+ # any other dependencies you are using
6
  gradio
7
+ librosa