Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
from streamlit_mic_recorder import mic_recorder,speech_to_text
|
| 3 |
|
| 4 |
-
def callback()
|
| 5 |
if st.session_state.my_recorder_output:
|
| 6 |
audio_bytes=st.session_state.my_recorder_output['bytes']
|
| 7 |
st.audio(audio_bytes)
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
from streamlit_mic_recorder import mic_recorder,speech_to_text
|
| 3 |
|
| 4 |
+
def callback():
|
| 5 |
if st.session_state.my_recorder_output:
|
| 6 |
audio_bytes=st.session_state.my_recorder_output['bytes']
|
| 7 |
st.audio(audio_bytes)
|