Update functions.py
Browse files- functions.py +0 -1
functions.py
CHANGED
@@ -167,7 +167,6 @@ def get_yt_audio(url):
|
|
167 |
|
168 |
return audio_stream, title
|
169 |
|
170 |
-
@st.cache_data
|
171 |
def load_whisper_api(audio):
|
172 |
|
173 |
'''Transcribe YT audio to text using Open AI API'''
|
|
|
167 |
|
168 |
return audio_stream, title
|
169 |
|
|
|
170 |
def load_whisper_api(audio):
|
171 |
|
172 |
'''Transcribe YT audio to text using Open AI API'''
|