awacke1 commited on
Commit
0d2be5d
1 Parent(s): cb1c173

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -414,7 +414,7 @@ def whisper_save_and_play_audio(audio_recorder):
414
  with open(filename, 'wb') as f:
415
  f.write(audio_bytes)
416
  st.audio(audio_bytes, format="audio/wav")
417
- st.markdown('Written file {filename}', filename)
418
  return filename
419
 
420
  def whisper_transcribe_audio(filename):
 
414
  with open(filename, 'wb') as f:
415
  f.write(audio_bytes)
416
  st.audio(audio_bytes, format="audio/wav")
417
+ st.markdown(f'Written file ' + filename)
418
  return filename
419
 
420
  def whisper_transcribe_audio(filename):