Spaces:
Running
on
Zero
Running
on
Zero
Update config_manager.py
Browse files- config_manager.py +1 -1
config_manager.py
CHANGED
@@ -3,7 +3,7 @@ import json
|
|
3 |
from pathlib import Path
|
4 |
|
5 |
# Define config directory in Google Drive
|
6 |
-
CONFIG_DIR = "/
|
7 |
CONFIG_FILE = os.path.join(CONFIG_DIR, "config.json")
|
8 |
|
9 |
def load_config():
|
|
|
3 |
from pathlib import Path
|
4 |
|
5 |
# Define config directory in Google Drive
|
6 |
+
CONFIG_DIR = "/home/user/app/SESA-Config"
|
7 |
CONFIG_FILE = os.path.join(CONFIG_DIR, "config.json")
|
8 |
|
9 |
def load_config():
|