Daniel Tse
commited on
Commit
·
97c3b7e
1
Parent(s):
904e753
Add ability to play audio file
Browse files
app.py
CHANGED
@@ -50,6 +50,7 @@ st.markdown(
|
|
50 |
"""
|
51 |
)
|
52 |
|
|
|
53 |
if st.button("Process Audio File"):
|
54 |
transcribe_audio("marketplace-2023-06-14.mp3")
|
55 |
|
|
|
50 |
"""
|
51 |
)
|
52 |
|
53 |
+
st.audio("marketplace-2023-06-14.mp3")
|
54 |
if st.button("Process Audio File"):
|
55 |
transcribe_audio("marketplace-2023-06-14.mp3")
|
56 |
|