Spaces:
Running
Running
Update pages.py
Browse files
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
|
44 |
-
<p
|
45 |
-
<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 |
|