Spaces:
Sleeping
Sleeping
Update Demo.py
Browse files
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]}**")
|