Update app.py
Browse files
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")
|