Update functions.py
Browse files- functions.py +1 -1
functions.py
CHANGED
@@ -178,7 +178,7 @@ def load_asr_model(model_name):
|
|
178 |
|
179 |
return model
|
180 |
|
181 |
-
@st.cache_data
|
182 |
def inference(link, upload, _asr_model):
|
183 |
'''Convert Youtube video or Audio upload to text'''
|
184 |
|
|
|
178 |
|
179 |
return model
|
180 |
|
181 |
+
@st.cache_data
|
182 |
def inference(link, upload, _asr_model):
|
183 |
'''Convert Youtube video or Audio upload to text'''
|
184 |
|