Daniel Tse commited on
Commit
97c3b7e
1 Parent(s): 904e753

Add ability to play audio file

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -50,6 +50,7 @@ st.markdown(
50
  """
51
  )
52
 
 
53
  if st.button("Process Audio File"):
54
  transcribe_audio("marketplace-2023-06-14.mp3")
55
 
 
50
  """
51
  )
52
 
53
+ st.audio("marketplace-2023-06-14.mp3")
54
  if st.button("Process Audio File"):
55
  transcribe_audio("marketplace-2023-06-14.mp3")
56