nickmuchi commited on
Commit
5e66ba9
·
verified ·
1 Parent(s): 5b76cd8

Update functions.py

Browse files
Files changed (1) hide show
  1. 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