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