YingxuHe commited on
Commit
39b26d5
·
1 Parent(s): 7bc45ef

Update src/content/voice_chat.py

Browse files
Files changed (1) hide show
  1. src/content/voice_chat.py +1 -0
src/content/voice_chat.py CHANGED
@@ -141,6 +141,7 @@ def conversation_section():
141
 
142
  def voice_chat_page():
143
  init_state_section()
 
144
  header_section(component_name="Voice Chat")
145
 
146
  with st.sidebar:
 
141
 
142
  def voice_chat_page():
143
  init_state_section()
144
+ st.session_state.model_name = 'MERaLiON_local/MERaLiON-AudioLLM-Whisper-SEA-LION-wo-lora'
145
  header_section(component_name="Voice Chat")
146
 
147
  with st.sidebar: