kowalsky commited on
Commit
17ecdd8
·
1 Parent(s): f905bf7

updated background

Browse files
Files changed (3) hide show
  1. main.py +1 -0
  2. static/2.jpg +0 -0
  3. 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: 100vh;
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 {