nickmuchi commited on
Commit
482ff53
1 Parent(s): 27778d1

Update functions.py

Browse files
Files changed (1) hide show
  1. 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'''