Update functions.py
Browse files- 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 |
|