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