Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,4 +20,4 @@ if len(audio) > 0:
|
|
| 20 |
st.write(dir(exported_audio))
|
| 21 |
st.write(type(exported_audio))
|
| 22 |
|
| 23 |
-
st.audio(exported_audio.read())
|
|
|
|
| 20 |
st.write(dir(exported_audio))
|
| 21 |
st.write(type(exported_audio))
|
| 22 |
|
| 23 |
+
#st.audio(exported_audio.read())
|