Spaces:
Sleeping
Sleeping
Helw150
commited on
Commit
•
401e0bd
1
Parent(s):
52385ae
Debug Log
Browse files
app.py
CHANGED
@@ -76,6 +76,7 @@ def response(state: AppState, audio: tuple):
|
|
76 |
for resp, outs in diva_audio(
|
77 |
(state.sampling_rate, state.stream), prev_outs=state.model_outs
|
78 |
):
|
|
|
79 |
if not start:
|
80 |
state.conversation.append({"role": "assistant", "content": resp})
|
81 |
start = True
|
|
|
76 |
for resp, outs in diva_audio(
|
77 |
(state.sampling_rate, state.stream), prev_outs=state.model_outs
|
78 |
):
|
79 |
+
print(resp)
|
80 |
if not start:
|
81 |
state.conversation.append({"role": "assistant", "content": resp})
|
82 |
start = True
|