Spaces:
Paused
Paused
Update AICoreAGIX_with_TB.py
Browse files- AICoreAGIX_with_TB.py +2 -1
AICoreAGIX_with_TB.py
CHANGED
@@ -47,7 +47,8 @@ class AICoreAGIX:
|
|
47 |
self.federated_ai = FederatedAI()
|
48 |
self.failsafe_system = AIFailsafeSystem()
|
49 |
self.ethics_core = EthicsCore()
|
50 |
-
|
|
|
51 |
def _load_or_generate_id_lock(self):
|
52 |
lock_path = ".codriao_state.lock"
|
53 |
if os.path.exists(lock_path):
|
|
|
47 |
self.federated_ai = FederatedAI()
|
48 |
self.failsafe_system = AIFailsafeSystem()
|
49 |
self.ethics_core = EthicsCore()
|
50 |
+
self._load_or_generate_id_lock()
|
51 |
+
|
52 |
def _load_or_generate_id_lock(self):
|
53 |
lock_path = ".codriao_state.lock"
|
54 |
if os.path.exists(lock_path):
|