nickmuchi commited on
Commit
fa85d87
1 Parent(s): 3afcbf9

Update functions.py

Browse files
Files changed (1) hide show
  1. functions.py +1 -1
functions.py CHANGED
@@ -100,7 +100,7 @@ def load_prompt():
100
 
101
  ###################### Functions #######################################################################################
102
 
103
- @st.cache_data
104
  def get_yt_audio(url):
105
  temp_audio_file = os.path.join('output', 'audio')
106
 
 
100
 
101
  ###################### Functions #######################################################################################
102
 
103
+ @st.cache_data(persist="disk")
104
  def get_yt_audio(url):
105
  temp_audio_file = os.path.join('output', 'audio')
106