abdullahedcults commited on
Commit
21ae366
1 Parent(s): d5bd0f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def main():
57
  print('Output dump is there')
58
 
59
  with st.spinner("Transcribing audio... Please wait."):
60
- result_text, translated_text = transcribe(audio_bytes)
61
 
62
  st.subheader("Original Text (English):")
63
  st.write(result_text)
 
57
  print('Output dump is there')
58
 
59
  with st.spinner("Transcribing audio... Please wait."):
60
+ result_text, translated_text = transcribe('audio.mp3')
61
 
62
  st.subheader("Original Text (English):")
63
  st.write(result_text)