Spaces:
Running
Running
Mongar28
commited on
Commit
•
ae1388e
1
Parent(s):
e85d34d
Actualizacion
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
-
|
4 |
-
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
+
archivo_audio = st.file_uploader('Arrastra o ingresa tu archivo .mp3, .ma4, .ogg, .aac', type=[
|
4 |
+
'.mp3', '.m4a', '.ogg', '.aac'])
|