Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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"):
|