khof312 commited on
Commit
2d1fac5
1 Parent(s): 3b5dd87
Files changed (1) hide show
  1. app.py +1 -1
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 + '"]'