Update functions.py
Browse files- functions.py +2 -1
functions.py
CHANGED
@@ -303,7 +303,8 @@ def inference(link, upload, _asr_model):
|
|
303 |
|
304 |
audio_file = get_yt_audio(link)
|
305 |
# title = yt.title
|
306 |
-
|
|
|
307 |
if 'audio' not in st.session_state:
|
308 |
st.session_state['audio'] = audio_file
|
309 |
|
|
|
303 |
|
304 |
audio_file = get_yt_audio(link)
|
305 |
# title = yt.title
|
306 |
+
print(audio_file)
|
307 |
+
print(len(audio_file))
|
308 |
if 'audio' not in st.session_state:
|
309 |
st.session_state['audio'] = audio_file
|
310 |
|