on1onmangoes commited on
Commit
4b7b7a5
1 Parent(s): a8ac236

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -10,3 +10,5 @@ if text:
10
  st.json(out)
11
 
12
  st.markdown("<h1 style = text align:center;'> Audio to Text Convertor </h1>",unsafe_allow_html = True)
 
 
 
10
  st.json(out)
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'])