Spaces:
Paused
Paused
Update config.py
Browse files
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", "
|
| 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")
|