Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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"
|