cdleong commited on
Commit
f57db5f
·
1 Parent(s): ff1bae1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ if __name__ == "__main__":
48
  st.audio(uploaded_file, format='audio/wav')
49
 
50
  wav_file = get_path_to_wav_format(uploaded_file)
51
-
52
  result = model.recognize(wav_file, langcode)
53
  st.write(result)
54
 
 
48
  st.audio(uploaded_file, format='audio/wav')
49
 
50
  wav_file = get_path_to_wav_format(uploaded_file)
51
+ st.write(wav_file)
52
  result = model.recognize(wav_file, langcode)
53
  st.write(result)
54