Daniel Tse
commited on
Commit
•
36688d2
1
Parent(s):
2ea7ea8
Change info from transcribe to active Transcribing
Browse files
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('
|
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 |
|