diff --git a/test/streamlit.py b/test/streamlit.py index c366468..c199804 100644 --- a/test/streamlit.py +++ b/test/streamlit.py @@ -9,7 +9,7 @@ from voicefixer import VoiceFixer -@st.experimental_singleton +@st.cache_resource def init_voicefixer(): return VoiceFixer()