Spaces:
Running
Running
Update src/content/voice_chat.py
Browse files
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:
|