Update functions.py
Browse files- 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(
|
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:
|