From 504738fb08c781b1ad6f36789c34dba4e91bf8ec Mon Sep 17 00:00:00 2001 From: jiegeaiai Date: Fri, 13 Sep 2024 08:44:17 +0800 Subject: [PATCH] modify code error --- Human.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Human.py b/Human.py index 85bb209..2935a7d 100644 --- a/Human.py +++ b/Human.py @@ -90,7 +90,7 @@ def inference(render_event, batch_size, face_images_path, audio_feat_queue, audi audio_frames = [] is_all_silence = True for _ in range(batch_size * 2): - frame, type = audio_feat_queue.get() # is error + frame, type = audio_feat_queue.get() # is erro audio_frames.append((frame, type)) if type == 0: