Spaces:
Sleeping
Sleeping
vitorcalvi
commited on
Commit
·
fe1a73f
1
Parent(s):
ffc9ee0
first commit
Browse files- .gitignore +2 -0
- gitignore +2 -0
- requirements.txt +5 -0
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
test_tone_*.wav
|
2 |
+
notched_noise.wav
|
gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
test_tone_*.wav
|
2 |
+
notched_noise.wav
|
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.19.2
|
2 |
+
numpy==1.26.3
|
3 |
+
scipy==1.12.0
|
4 |
+
matplotlib==3.8.2
|
5 |
+
soundfile==0.12.1
|