Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -89,19 +89,35 @@ with gr.Blocks() as demo:
|
|
89 |
# gr.Markdown("""<p align="center"><img src="images/seal_logo.png" style="height: 80px"/><p>""")
|
90 |
# gr.Image("images/seal_logo.png", elem_id="seal_logo", show_label=False,height=80,show_fullscreen_button=False)
|
91 |
gr.HTML("""<h1 align="center" id="space-title">SeaLLMs-Audio-Demo</h1>""")
|
92 |
-
|
93 |
-
|
94 |
-
<center><font size=4>This WebUI is based on SeaLLMs-Audio-7B
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
<a href="https://huggingface.co/SeaLLMs/SeaLLMs-Audio-7B">[Model🤗]</a>
|
103 |
<a href="https://github.com/liuchaoqun/SeaLLMs-Audio">[Github]</a>
|
104 |
-
</
|
105 |
)
|
106 |
|
107 |
# gr.Markdown(insturctions)
|
|
|
89 |
# gr.Markdown("""<p align="center"><img src="images/seal_logo.png" style="height: 80px"/><p>""")
|
90 |
# gr.Image("images/seal_logo.png", elem_id="seal_logo", show_label=False,height=80,show_fullscreen_button=False)
|
91 |
gr.HTML("""<h1 align="center" id="space-title">SeaLLMs-Audio-Demo</h1>""")
|
92 |
+
# gr.Markdown(
|
93 |
+
# """\
|
94 |
+
# <center><font size=4>This WebUI is based on SeaLLMs-Audio-7B, developed by Alibaba DAMO Academy.<br>
|
95 |
+
# You can interact with the chatbot in <b>English, Chinese, Indonesian, Thai, or Vietnamese</b>.<br>
|
96 |
+
# For the input, you can input <b>audio and/or text</center>.""")
|
97 |
+
|
98 |
+
# # Links with proper formatting
|
99 |
+
# gr.Markdown(
|
100 |
+
# """<center><font size=4>
|
101 |
+
# <a href="https://huggingface.co/SeaLLMs/SeaLLMs-v3-7B-Chat">[Website]</a>
|
102 |
+
# <a href="https://huggingface.co/SeaLLMs/SeaLLMs-Audio-7B">[Model🤗]</a>
|
103 |
+
# <a href="https://github.com/liuchaoqun/SeaLLMs-Audio">[Github]</a>
|
104 |
+
# </center>""",
|
105 |
+
# )
|
106 |
+
|
107 |
+
gr.HTML(
|
108 |
+
"""<div style="text-align: center; font-size: 16px;">
|
109 |
+
This WebUI is based on <a href="https://huggingface.co/SeaLLMs/SeaLLMs-Audio-7B">SeaLLMs-Audio-7B, developed by Alibaba DAMO Academy.<br>
|
110 |
+
You can interact with the chatbot in <b>English, Chinese, Indonesian, Thai, or Vietnamese</b>.<br>
|
111 |
+
For the input, you can provide <b>audio and/or text</b>.
|
112 |
+
</div>"""
|
113 |
+
)
|
114 |
+
|
115 |
+
gr.HTML(
|
116 |
+
"""<div style="text-align: center; font-size: 16px;">
|
117 |
+
<a href="https://liuchaoqun.github.io/SeaLLMs-Audio/">[Website]</a>
|
118 |
<a href="https://huggingface.co/SeaLLMs/SeaLLMs-Audio-7B">[Model🤗]</a>
|
119 |
<a href="https://github.com/liuchaoqun/SeaLLMs-Audio">[Github]</a>
|
120 |
+
</div>"""
|
121 |
)
|
122 |
|
123 |
# gr.Markdown(insturctions)
|