Spaces:
Runtime error
Runtime error
on1onmangoes
commited on
Commit
•
5533cea
1
Parent(s):
4b7b7a5
Update app.py
Browse files
app.py
CHANGED
@@ -11,4 +11,4 @@ if text:
|
|
11 |
|
12 |
st.markdown("<h1 style = text align:center;'> Audio to Text Convertor </h1>",unsafe_allow_html = True)
|
13 |
st.markdown("---",unsafe_allow_html=True)
|
14 |
-
audio=st.file_uploader("Upload Your Audio File", type=['mp3','wav'])
|
|
|
11 |
|
12 |
st.markdown("<h1 style = text align:center;'> Audio to Text Convertor </h1>",unsafe_allow_html = True)
|
13 |
st.markdown("---",unsafe_allow_html=True)
|
14 |
+
audio=st.file_uploader("Upload Your Audio File", type=['mp3','wav','m4a'])
|