nickmuchi commited on
Commit
39b7832
1 Parent(s): 4bed905

Update functions.py

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