Haseeb230602 commited on
Commit
6307fdb
·
verified ·
1 Parent(s): fcc93d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ text=st.text_area('Enter some text:')
9
 
10
  if text:
11
  out=pipe(text)
12
- st.text_area(value=output)
13
 
14
  st.header("Speech input:")
15
  audio_bytes = audio_recorder(pause_threshold=2.0, sample_rate=41_000, recording_color="#e8b62c", neutral_color="#6aa36f", icon_name="user", icon_size="6x")
 
9
 
10
  if text:
11
  out=pipe(text)
12
+ st.text_area(value=out)
13
 
14
  st.header("Speech input:")
15
  audio_bytes = audio_recorder(pause_threshold=2.0, sample_rate=41_000, recording_color="#e8b62c", neutral_color="#6aa36f", icon_name="user", icon_size="6x")