siddhartharyaai commited on
Commit
c4175ac
·
verified ·
1 Parent(s): 3da762d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -451,7 +451,7 @@ def main():
451
  with tempfile.NamedTemporaryFile(delete=False, suffix=".wav") as tmp:
452
  tmp.write(audio_q.getvalue())
453
  local_audio_path = tmp.name
454
- st.write("Transcribing your audio question via Deepgram...")
455
  audio_transcript = transcribe_audio_deepgram(local_audio_path)
456
  if audio_transcript:
457
  question_text = audio_transcript
 
451
  with tempfile.NamedTemporaryFile(delete=False, suffix=".wav") as tmp:
452
  tmp.write(audio_q.getvalue())
453
  local_audio_path = tmp.name
454
+ st.write("Transcribing your audio question...")
455
  audio_transcript = transcribe_audio_deepgram(local_audio_path)
456
  if audio_transcript:
457
  question_text = audio_transcript