Spaces:
Runtime error
Runtime error
on1onmangoes
commited on
Commit
•
a8ac236
1
Parent(s):
f41a624
Update app.py
Browse files
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)
|