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: while True:
# NLU # NLU
frame = nlu.predict(user_input) frame = nlu.predict(user_input)
print("Frame: ", frame) # print("Frame: ", frame)
# DSM # DSM
monitor.update(frame) monitor.update(frame)