Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ audio=mic_recorder(
|
|
12 |
key=None
|
13 |
)
|
14 |
|
15 |
-
def callback()
|
16 |
if st.session_state.my_recorder_output:
|
17 |
audio_bytes=st.session_state.my_recorder_output['bytes']
|
18 |
st.audio(audio_bytes)
|
|
|
12 |
key=None
|
13 |
)
|
14 |
|
15 |
+
def callback():
|
16 |
if st.session_state.my_recorder_output:
|
17 |
audio_bytes=st.session_state.my_recorder_output['bytes']
|
18 |
st.audio(audio_bytes)
|