nickmuchi commited on
Commit
4572bc8
1 Parent(s): 721935c

Update functions.py

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