lukecq commited on
Commit
dde1006
·
verified ·
1 Parent(s): df69f7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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> &nbsp;
102
  # <a href="https://huggingface.co/SeaLLMs/SeaLLMs-Audio-7B">[Model🤗]</a> &nbsp;
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>"""
@@ -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> &nbsp;
118
  <a href="https://huggingface.co/SeaLLMs/SeaLLMs-Audio-7B">[Model🤗]</a> &nbsp;
119
- <a href="https://github.com/liuchaoqun/SeaLLMs-Audio">[Github]</a>
120
  </div>"""
121
  )
122
 
 
100
  # """<center><font size=4>
101
  # <a href="https://huggingface.co/SeaLLMs/SeaLLMs-v3-7B-Chat">[Website]</a> &nbsp;
102
  # <a href="https://huggingface.co/SeaLLMs/SeaLLMs-Audio-7B">[Model🤗]</a> &nbsp;
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> &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>"""
121
  )
122