Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ def compare_responses(audio_url, text):
|
|
86 |
|
87 |
with gr.Blocks() as demo:
|
88 |
# gr.Markdown(f"Evaluate {model_path1}")
|
89 |
-
gr.Markdown("""<p align="center"><img src="https://
|
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(
|
@@ -114,7 +114,7 @@ with gr.Blocks() as demo:
|
|
114 |
|
115 |
gr.HTML(
|
116 |
"""<div style="text-align: center; font-size: 16px;">
|
117 |
-
<a href="https://
|
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>"""
|
|
|
86 |
|
87 |
with gr.Blocks() as demo:
|
88 |
# gr.Markdown(f"Evaluate {model_path1}")
|
89 |
+
gr.Markdown("""<p align="center"><img src="https://DAMO-NLP-SG.github.io/SeaLLMs-Audio/static/images/seallm-audio-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(
|
|
|
114 |
|
115 |
gr.HTML(
|
116 |
"""<div style="text-align: center; font-size: 16px;">
|
117 |
+
<a href="https://DAMO-NLP-SG.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>"""
|