nickmuchi commited on
Commit
67ca19c
·
verified ·
1 Parent(s): b0c4f24

Update functions.py

Browse files
Files changed (1) hide show
  1. 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='/output/'):
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