Fhrozen commited on
Commit
76b5334
·
1 Parent(s): 44d59d0
Files changed (2) hide show
  1. streamlit_app.py → app.py +0 -0
  2. requirements.txt +4 -0
streamlit_app.py → app.py RENAMED
File without changes
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ pandas >= 2.2.2
2
+ librosa >= 0.9.0
3
+ streamlit >= 1.37.1
4
+ numpy >= 1.26.4