Update functions.py
Browse files- functions.py +1 -1
functions.py
CHANGED
@@ -102,7 +102,7 @@ def load_prompt():
|
|
102 |
|
103 |
###################### Functions #######################################################################################
|
104 |
|
105 |
-
@st.cache_data
|
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 |
|