cdleong commited on
Commit
7819066
·
1 Parent(s): 4a2a726

goofed method call. Fixing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()