Daniel Tse commited on
Commit
36688d2
1 Parent(s): 2ea7ea8

Change info from transcribe to active Transcribing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def transcribe_audio(audiofile):
24
  chunk_length_five_minutes = 5 * 60 * 1000
25
  podcast_chunks = podcast[::chunk_length_five_minutes]
26
 
27
- st.info('Transcribe')
28
 
29
  #transcriptions = []
30
 
 
24
  chunk_length_five_minutes = 5 * 60 * 1000
25
  podcast_chunks = podcast[::chunk_length_five_minutes]
26
 
27
+ st.info('Transcribing...')
28
 
29
  #transcriptions = []
30