deven367 commited on
Commit
7a32fcd
1 Parent(s): 6dae90f

don't cache

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -33,7 +33,6 @@ def make_sidebar():
33
  st.write("Link to the GitHub repo")
34
 
35
 
36
- @st.cache_resource
37
  def caption_from_url(url):
38
  audio_src = get_audio(url)
39
  v = get_v_from_url(url)
 
33
  st.write("Link to the GitHub repo")
34
 
35
 
 
36
  def caption_from_url(url):
37
  audio_src = get_audio(url)
38
  v = get_v_from_url(url)