admin commited on
Commit
c823318
·
1 Parent(s): 3b68f3a

upd cache dir

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ TRANSLATE = {
36
  "Acoustic_pop": "Acoustic pop",
37
  }
38
  CLASSES = list(TRANSLATE.keys())
39
- CACHE_DIR = "__pycache__"
40
 
41
 
42
  def most_common_element(input_list):
 
36
  "Acoustic_pop": "Acoustic pop",
37
  }
38
  CLASSES = list(TRANSLATE.keys())
39
+ CACHE_DIR = "./__pycache__/tmp"
40
 
41
 
42
  def most_common_element(input_list):