Keycatowo commited on
Commit
4697321
·
1 Parent(s): 68ce70b

update home.py

Browse files
Files changed (1) hide show
  1. home.py +2 -0
home.py CHANGED
@@ -1,5 +1,7 @@
1
  #%%
2
  import streamlit as st
 
 
3
 
4
  st.header("Music Analysis Tool")
5
 
 
1
  #%%
2
  import streamlit as st
3
+ import os
4
+ os.environ[ 'NUMBA_CACHE_DIR' ] = '/tmp/'
5
 
6
  st.header("Music Analysis Tool")
7