bhagyabonam commited on
Commit
169380d
·
verified ·
1 Parent(s): b19343b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -631,7 +631,7 @@ def main():
631
  )
632
 
633
  if st.button("Start Listening"):
634
- process_real_time_audio()
635
 
636
 
637
  with tabs[1]:
 
631
  )
632
 
633
  if st.button("Start Listening"):
634
+ transcribe_audio_stream()
635
 
636
 
637
  with tabs[1]: