Spaces:
Running
Running
Update pages.py
Browse files
pages.py
CHANGED
@@ -71,7 +71,11 @@ def audio_llm():
|
|
71 |
st.session_state.default_instruction = ""
|
72 |
|
73 |
st.markdown("<h1 style='text-align: center; color: black;'>MERaLiON-AudioLLM ChatBot 🤖</h1>", unsafe_allow_html=True)
|
74 |
-
st.markdown(
|
|
|
|
|
|
|
|
|
75 |
|
76 |
st.markdown("**Step1: Specify Model Configuration**")
|
77 |
col4, col5 = st.columns(2)
|
|
|
71 |
st.session_state.default_instruction = ""
|
72 |
|
73 |
st.markdown("<h1 style='text-align: center; color: black;'>MERaLiON-AudioLLM ChatBot 🤖</h1>", unsafe_allow_html=True)
|
74 |
+
st.markdown(
|
75 |
+
"""This demo is based on [MERaLiON-AudioLLM](https://huggingface.co/MERaLiON/MERaLiON-AudioLLM-Whisper-SEA-LION),
|
76 |
+
developed by I2R, A*STAR, in collaboration with AISG, Singapore.
|
77 |
+
It is tailored for Singapore’s multilingual and multicultural landscape."""
|
78 |
+
)
|
79 |
|
80 |
st.markdown("**Step1: Specify Model Configuration**")
|
81 |
col4, col5 = st.columns(2)
|