YingxuHe commited on
Commit
d54deb1
·
verified ·
1 Parent(s): 2927d43

Update pages.py

Browse files
Files changed (1) hide show
  1. pages.py +7 -3
pages.py CHANGED
@@ -40,9 +40,13 @@ def audio_llm():
40
  with st.sidebar:
41
  st.divider()
42
  st.markdown("""<div class="sidebar-intro">
43
- <p><strong>Purpose</strong>: Complex Audio Understanding</p>
44
- <p><strong>Name</strong>: MERaLiON-AudioLLM-v1</p>
45
- <p><strong>Version</strong>: Dec. 20, 2024</p>
 
 
 
 
46
  </div>""", unsafe_allow_html=True)
47
 
48
 
 
40
  with st.sidebar:
41
  st.divider()
42
  st.markdown("""<div class="sidebar-intro">
43
+ <p><strong>📌 Supported Tasks</strong>
44
+ <p>Automatic Speech Recognation</p>
45
+ <p>Speech Translation</p>
46
+ <p>Spoken Question Answering</p>
47
+ <p>Spoken Dialogue Summarization</p>
48
+ <p>Speech Instruction</p>
49
+ <p>Paralinguistics</p>
50
  </div>""", unsafe_allow_html=True)
51
 
52