Spaces:
Runtime error
Runtime error
dennisvdang
commited on
Commit
•
56dbeab
1
Parent(s):
1517aa7
Added model, app.py
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Python version: >=3.7
|
2 |
ffmpeg-python==0.2.0
|
3 |
-
keras==2.
|
4 |
librosa==0.10.1
|
5 |
matplotlib==3.7.2
|
6 |
numpy==1.24.4
|
@@ -10,4 +10,4 @@ pytube==15.0.0
|
|
10 |
scikit-learn==1.3.0
|
11 |
scipy==1.9.1
|
12 |
streamlit
|
13 |
-
tensorflow==2.
|
|
|
1 |
# Python version: >=3.7
|
2 |
ffmpeg-python==0.2.0
|
3 |
+
keras==2.15.0
|
4 |
librosa==0.10.1
|
5 |
matplotlib==3.7.2
|
6 |
numpy==1.24.4
|
|
|
10 |
scikit-learn==1.3.0
|
11 |
scipy==1.9.1
|
12 |
streamlit
|
13 |
+
tensorflow==2.15.0
|