yufii commited on
Commit
c2e5478
·
verified ·
1 Parent(s): a4edbe9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -18,6 +18,8 @@ from utils import (
18
  pitch,
19
  )
20
 
 
 
21
  app = FastAPI(port=8000)
22
 
23
  # origins = [
 
18
  pitch,
19
  )
20
 
21
+ os.environ['NUMBA_CACHE_DIR'] = '/tmp'
22
+
23
  app = FastAPI(port=8000)
24
 
25
  # origins = [