Spaces:
Runtime error
Runtime error
goofed method call. Fixing
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ if __name__ == "__main__":
|
|
38 |
|
39 |
|
40 |
if uploaded_file is not None:
|
41 |
-
audio_bytes = get_bytes_in_wav_format()
|
42 |
|
43 |
|
44 |
# audio_bytes = audio_file.read()
|
|
|
38 |
|
39 |
|
40 |
if uploaded_file is not None:
|
41 |
+
audio_bytes = get_bytes_in_wav_format(uploaded_file)
|
42 |
|
43 |
|
44 |
# audio_bytes = audio_file.read()
|