Spaces:
Runtime error
Runtime error
Update AICoreAGIX_with_TB.py
Browse files- AICoreAGIX_with_TB.py +1 -1
AICoreAGIX_with_TB.py
CHANGED
@@ -140,4 +140,4 @@ class AICoreAGIX:
|
|
140 |
|
141 |
def _speak_response(self, response: str):
|
142 |
self.speech_engine.say(response)
|
143 |
-
self.speech_engine.runAndWait()
|
|
|
140 |
|
141 |
def _speak_response(self, response: str):
|
142 |
self.speech_engine.say(response)
|
143 |
+
self.speech_engine.runAndWait()
|