Awell00 commited on
Commit
85c9881
·
1 Parent(s): a22641b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def record(audio):
47
  wavio.write("recorded.wav", data, sr)
48
 
49
  # Call the filtered function to apply the bandpass filter to the audio data
50
- main()
51
 
52
  # Return a success message
53
  return f"Audio receive correctly"
 
47
  wavio.write("recorded.wav", data, sr)
48
 
49
  # Call the filtered function to apply the bandpass filter to the audio data
50
+ filtered()
51
 
52
  # Return a success message
53
  return f"Audio receive correctly"