Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ audio = st_audiorec
|
|
12 |
|
13 |
def main():
|
14 |
if audio is not None:
|
15 |
-
|
16 |
if st.button("Get text"):
|
17 |
with st.spinner("Wait for it...."):
|
18 |
a2t = A2T(audio)
|
|
|
12 |
|
13 |
def main():
|
14 |
if audio is not None:
|
15 |
+
print(type(audio))
|
16 |
if st.button("Get text"):
|
17 |
with st.spinner("Wait for it...."):
|
18 |
a2t = A2T(audio)
|