Spaces:
Sleeping
Sleeping
Update functions.py
Browse files- functions.py +1 -1
functions.py
CHANGED
@@ -188,7 +188,7 @@ def get_podcast_highlights(podcast_transcript):
|
|
188 |
return podcastHighlights
|
189 |
|
190 |
@st.cache_data
|
191 |
-
def process_podcast(url, path='
|
192 |
|
193 |
'''Get podcast transcription into json'''
|
194 |
|
|
|
188 |
return podcastHighlights
|
189 |
|
190 |
@st.cache_data
|
191 |
+
def process_podcast(url, path='output/'):
|
192 |
|
193 |
'''Get podcast transcription into json'''
|
194 |
|