Spaces:
Paused
Paused
Update AICoreAGIX_with_TB.py
Browse files- AICoreAGIX_with_TB.py +1 -1
AICoreAGIX_with_TB.py
CHANGED
@@ -13,7 +13,7 @@ from datetime import datetime, timedelta
|
|
13 |
import speech_recognition as sr
|
14 |
import pyttsx3
|
15 |
import os
|
16 |
-
|
17 |
from components.multi_agent import MultiAgentSystem
|
18 |
from components.ar_integration import ARDataOverlay
|
19 |
from components.neural_symbolic import NeuralSymbolicProcessor
|
|
|
13 |
import speech_recognition as sr
|
14 |
import pyttsx3
|
15 |
import os
|
16 |
+
sys.path.append("/home/user/app/components")
|
17 |
from components.multi_agent import MultiAgentSystem
|
18 |
from components.ar_integration import ARDataOverlay
|
19 |
from components.neural_symbolic import NeuralSymbolicProcessor
|