mirror of
https://github.com/gpt-omni/mini-omni
synced 2025-02-01 23:34:04 +00:00
fix: typo
This commit is contained in:
parent
26c31d5b33
commit
1732db4ad2
@ -194,7 +194,7 @@ def recording(status):
|
||||
st.session_state.frames.append(temp_audio)
|
||||
if dur_vad < 0.1 and start_talking:
|
||||
st.session_state.recording = False
|
||||
print(f"speech end detected. excit")
|
||||
print(f"speech end detected. exit")
|
||||
last_temp_audio = temp_audio
|
||||
temp_audio = b""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user