abdullahmubeen10 commited on
Commit
b344ee7
Β·
verified Β·
1 Parent(s): b256380

Update Demo.py

Browse files
Files changed (1) hide show
  1. Demo.py +1 -1
Demo.py CHANGED
@@ -146,4 +146,4 @@ pipeline = create_pipeline(model)
146
  output = fit_data(pipeline, selected_audio)
147
 
148
  st.subheader(f"Transcription:")
149
- st.markdown(f"**{output}**")
 
146
  output = fit_data(pipeline, selected_audio)
147
 
148
  st.subheader(f"Transcription:")
149
+ st.markdown(f"**{output[0]}**")