Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -88,26 +88,20 @@ with gr.Blocks() as demo:
|
|
88 |
# gr.Markdown(f"Evaluate {model_path1}")
|
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.Markdown(
|
92 |
-
"""
|
93 |
-
|
94 |
-
|
95 |
-
# Description text
|
96 |
-
gr.Markdown(
|
97 |
-
"""<div style="text-align: center; font-size: 16px;">
|
98 |
-
This WebUI is based on SeaLLMs-Audio-7B-Chat, developed by Alibaba DAMO Academy.<br>
|
99 |
You can interact with the chatbot in <b>English, Chinese, Indonesian, Thai, or Vietnamese</b>.<br>
|
100 |
-
For
|
101 |
-
</div>""",
|
102 |
-
)
|
103 |
|
104 |
# Links with proper formatting
|
105 |
gr.Markdown(
|
106 |
-
"""<
|
107 |
<a href="https://huggingface.co/SeaLLMs/SeaLLMs-v3-7B-Chat">[Website]</a>
|
108 |
<a href="https://huggingface.co/SeaLLMs/SeaLLMs-v3-7B-Chat">[Model🤗]</a>
|
109 |
<a href="https://github.com/liuchaoqun/SeaLLMs-Audio">[Github]</a>
|
110 |
-
</
|
111 |
)
|
112 |
|
113 |
# gr.Markdown(insturctions)
|
|
|
88 |
# gr.Markdown(f"Evaluate {model_path1}")
|
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.Markdown("""<center><font size=8>SeaLLMs-Audio Demo</center>""")
|
92 |
gr.Markdown(
|
93 |
+
"""\
|
94 |
+
<center><font size=4>This WebUI is based on SeaLLMs-Audio-7B-Chat, 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-v3-7B-Chat">[Model🤗]</a>
|
103 |
<a href="https://github.com/liuchaoqun/SeaLLMs-Audio">[Github]</a>
|
104 |
+
</center>""",
|
105 |
)
|
106 |
|
107 |
# gr.Markdown(insturctions)
|