Spaces:
Running
Running
Fix typo
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ with stt:
|
|
49 |
|
50 |
if st.button("Transcribe"):
|
51 |
st.divider()
|
52 |
-
with st.spinner("rainbow[Received your file, please wait while I process it...]"):
|
53 |
stt = transcribe(stt_file, stt_lang)
|
54 |
":violet[The transcription is:]"
|
55 |
':violet[ "' + stt + '"]'
|
|
|
49 |
|
50 |
if st.button("Transcribe"):
|
51 |
st.divider()
|
52 |
+
with st.spinner(":rainbow[Received your file, please wait while I process it...]"):
|
53 |
stt = transcribe(stt_file, stt_lang)
|
54 |
":violet[The transcription is:]"
|
55 |
':violet[ "' + stt + '"]'
|