Spaces:
Runtime error
Runtime error
updated background
Browse files- main.py +1 -0
- static/2.jpg +0 -0
- templates/index.html +1 -1
main.py
CHANGED
@@ -91,6 +91,7 @@ def extract_features(audio, sr=16000):
|
|
91 |
|
92 |
return mfcc
|
93 |
|
|
|
94 |
async def process_audio_data(audio_data):
|
95 |
try:
|
96 |
full_audio_data = header_data + audio_data
|
|
|
91 |
|
92 |
return mfcc
|
93 |
|
94 |
+
# it is possible to split this function
|
95 |
async def process_audio_data(audio_data):
|
96 |
try:
|
97 |
full_audio_data = header_data + audio_data
|
static/2.jpg
DELETED
Binary file (73.2 kB)
|
|
templates/index.html
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
flex-direction: column;
|
15 |
align-items: center;
|
16 |
justify-content: center;
|
17 |
-
height:
|
18 |
margin: 0;
|
19 |
}
|
20 |
h1 {
|
|
|
14 |
flex-direction: column;
|
15 |
align-items: center;
|
16 |
justify-content: center;
|
17 |
+
height: 101vh;
|
18 |
margin: 0;
|
19 |
}
|
20 |
h1 {
|