lukecq commited on
Commit
de5cc61
·
verified ·
1 Parent(s): 44eb3f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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://liuchaoqun.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,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://liuchaoqun.github.io/SeaLLMs-Audio/">[Website]</a> &nbsp;
118
  <a href="https://huggingface.co/SeaLLMs/SeaLLMs-Audio-7B">[Model🤗]</a> &nbsp;
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> &nbsp;
118
  <a href="https://huggingface.co/SeaLLMs/SeaLLMs-Audio-7B">[Model🤗]</a> &nbsp;
119
  <a href="https://github.com/DAMO-NLP-SG/SeaLLMs-Audio">[Github]</a>
120
  </div>"""