This commit is contained in:
s495727 2024-06-13 17:00:16 +02:00
parent e42ae14ceb
commit 3316917d47

View File

@ -30,7 +30,7 @@ while True:
while True:
# NLU
frame = nlu.predict(user_input)
print("Frame: ", frame)
# print("Frame: ", frame)
# DSM
monitor.update(frame)