Spaces:
Runtime error
Runtime error
Update AICoreAGIX_with_TB.py
Browse files- AICoreAGIX_with_TB.py +1 -1
AICoreAGIX_with_TB.py
CHANGED
|
@@ -22,7 +22,7 @@ from CodriaoCore.federated_learning import FederatedAI
|
|
| 22 |
from utils.database import Database
|
| 23 |
from utils.logger import logger
|
| 24 |
from codriao_tb_module import CodriaoHealthModule
|
| 25 |
-
from
|
| 26 |
|
| 27 |
class AICoreAGIX:
|
| 28 |
def __init__(self, config_path: str = "config.json"):
|
|
|
|
| 22 |
from utils.database import Database
|
| 23 |
from utils.logger import logger
|
| 24 |
from codriao_tb_module import CodriaoHealthModule
|
| 25 |
+
from fail_safe import AIFailsafeSystem
|
| 26 |
|
| 27 |
class AICoreAGIX:
|
| 28 |
def __init__(self, config_path: str = "config.json"):
|