nickmuchi commited on
Commit
2162c36
1 Parent(s): d768fa6

Update functions.py

Browse files
Files changed (1) hide show
  1. functions.py +1 -1
functions.py CHANGED
@@ -153,7 +153,7 @@ def load_whisper_api(audio):
153
  return transcript
154
 
155
  @st.cache_data
156
- def transcribe_yt_video(url, py_tube=True):
157
  '''Transcribe YouTube video'''
158
 
159
  if py_tube:
 
153
  return transcript
154
 
155
  @st.cache_data
156
+ def transcribe_yt_video(link, py_tube=True):
157
  '''Transcribe YouTube video'''
158
 
159
  if py_tube: