Ali2206 commited on
Commit
ee39524
·
verified ·
1 Parent(s): dae38a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -14,6 +14,8 @@ from functools import lru_cache
14
  # Environment and path setup
15
  sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "src")))
16
 
 
 
17
  # Configure cache directories
18
  base_dir = "/data"
19
  model_cache_dir = os.path.join(base_dir, "txagent_models")
 
14
  # Environment and path setup
15
  sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "src")))
16
 
17
+
18
+
19
  # Configure cache directories
20
  base_dir = "/data"
21
  model_cache_dir = os.path.join(base_dir, "txagent_models")