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