Spaces:
Runtime error
Runtime error
Zeimoto
commited on
Commit
•
8b9ef23
1
Parent(s):
2c17857
add librosa and soundile
Browse files- .gitignore +1 -4
- requirements.txt +3 -1
.gitignore
CHANGED
@@ -1,4 +1 @@
|
|
1 |
-
|
2 |
-
test_ssh_gen.pub
|
3 |
-
zeimoto_hf
|
4 |
-
zeimoto_hf.pub
|
|
|
1 |
+
**/venv
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -3,4 +3,6 @@ transformers==4.33.3
|
|
3 |
streamlit-audiorec==0.1.3
|
4 |
torch==2.2.1
|
5 |
accelerate==0.28.0
|
6 |
-
streamlit-jupyter==0.2.1
|
|
|
|
|
|
3 |
streamlit-audiorec==0.1.3
|
4 |
torch==2.2.1
|
5 |
accelerate==0.28.0
|
6 |
+
streamlit-jupyter==0.2.1
|
7 |
+
librosa==0.9.2
|
8 |
+
soundfile==0.12.1
|