on1onmangoes commited on
Commit
a8ac236
1 Parent(s): f41a624

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,5 +8,5 @@ text = st.text_area('enter some text')
8
  if text:
9
  out = pipe(text)
10
  st.json(out)
11
-
12
  st.markdown("<h1 style = text align:center;'> Audio to Text Convertor </h1>",unsafe_allow_html = True)
 
8
  if text:
9
  out = pipe(text)
10
  st.json(out)
11
+
12
  st.markdown("<h1 style = text align:center;'> Audio to Text Convertor </h1>",unsafe_allow_html = True)