awacke1 commited on
Commit
3d81617
·
1 Parent(s): b650068

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def main():
106
  elif input_choice == 'Record it':
107
  st.header("Record your query")
108
  st.write("Press record to start recording")
109
- recorder_instance = audio_recorder() # Here is the change
110
  filename = save_and_play_audio(recorder_instance)
111
  if filename:
112
  if st.button("Transcribe and Chat"):
 
106
  elif input_choice == 'Record it':
107
  st.header("Record your query")
108
  st.write("Press record to start recording")
109
+ recorder_instance = audio_recorder() # Here is the error
110
  filename = save_and_play_audio(recorder_instance)
111
  if filename:
112
  if st.button("Transcribe and Chat"):