JatinAutonomousLabs commited on
Commit
fbec7a3
·
verified ·
1 Parent(s): a4ea1a8

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -50,7 +50,7 @@ def _from_graph(attr: str, default):
50
  # ============================================================================
51
  # FILES & PATHS
52
  # ============================================================================
53
- OUT_DIR = _from_graph("OUT_DIR", os.environ.get("OUT_DIR", "/tmp"))
54
  OUTPUTS_DIR = _from_graph("OUTPUTS_DIR", "outputs")
55
  UPLOADS_DIR = _from_graph("UPLOADS_DIR", "uploads")
56
  USER_ARTIFACTS_DIR = _from_graph("USER_ARTIFACTS_DIR", "outputs/user_artifacts")
 
50
  # ============================================================================
51
  # FILES & PATHS
52
  # ============================================================================
53
+ OUT_DIR = _from_graph("OUT_DIR", os.environ.get("OUT_DIR", "outputs"))
54
  OUTPUTS_DIR = _from_graph("OUTPUTS_DIR", "outputs")
55
  UPLOADS_DIR = _from_graph("UPLOADS_DIR", "uploads")
56
  USER_ARTIFACTS_DIR = _from_graph("USER_ARTIFACTS_DIR", "outputs/user_artifacts")