Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -100,13 +100,13 @@ with gr.Blocks() as demo:
|
|
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/
|
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
|
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>"""
|
@@ -116,7 +116,7 @@ with gr.Blocks() as demo:
|
|
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/
|
120 |
</div>"""
|
121 |
)
|
122 |
|
|
|
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/DAMO-NLP-SG/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</a>, 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>"""
|
|
|
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/DAMO-NLP-SG/SeaLLMs-Audio">[Github]</a>
|
120 |
</div>"""
|
121 |
)
|
122 |
|