Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,5 +52,5 @@ st.write("Record your speech and get the text.")
|
|
52 |
filename = save_and_play_audio(audio_recorder)
|
53 |
if filename is not None:
|
54 |
transcription = transcribe_audio(filename)
|
55 |
-
st.sidebar.markdown(get_table_download_link(filename), unsafe_allow_html=True)
|
56 |
filename = None
|
|
|
52 |
filename = save_and_play_audio(audio_recorder)
|
53 |
if filename is not None:
|
54 |
transcription = transcribe_audio(filename)
|
55 |
+
#st.sidebar.markdown(get_table_download_link(filename), unsafe_allow_html=True)
|
56 |
filename = None
|