ThatOneCoder commited on
Commit
26fbf4b
·
verified ·
1 Parent(s): ac0462b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -18,8 +18,5 @@ if text:
18
  for text in state.text_received:
19
  st.text(text)
20
 
21
- st.write("Record your voice, and play the recorded audio:")
22
- audio=mic_recorder(start_prompt="⏺️",stop_prompt="⏹️",key='recorder')
23
-
24
  if audio:
25
  st.audio(audio['bytes'])
 
18
  for text in state.text_received:
19
  st.text(text)
20
 
 
 
 
21
  if audio:
22
  st.audio(audio['bytes'])