tangchangli commited on
Commit
912196f
1 Parent(s): 0bc5c2b

chore: add \n

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def gradio_answer(chatbot, chat_state, num_beams, temperature, top_p):
85
 
86
  title = """<h1 align="center">SALMONN: Speech Audio Language Music Open Neural Network</h1>"""
87
  image_src = """<h1 align="center"><a href="https://github.com/bytedance/SALMONN"><img src="https://raw.githubusercontent.com/bytedance/SALMONN/main/resource/salmon.png", alt="SALMONN" border="0" style="margin: 0 auto; height: 200px;" /></a> </h1>"""
88
- description = """<h3>This is the demo of SALMONN-7B. To experience SALMONN-13B, you can go to <a href="https://bytedance.github.io/SALMONN">https://bytedance.github.io/SALMONN</a>. Upload your audio and start chatting!</h3>"""
89
 
90
 
91
  with gr.Blocks() as demo:
 
85
 
86
  title = """<h1 align="center">SALMONN: Speech Audio Language Music Open Neural Network</h1>"""
87
  image_src = """<h1 align="center"><a href="https://github.com/bytedance/SALMONN"><img src="https://raw.githubusercontent.com/bytedance/SALMONN/main/resource/salmon.png", alt="SALMONN" border="0" style="margin: 0 auto; height: 200px;" /></a> </h1>"""
88
+ description = """<h3>This is the demo of SALMONN-7B. To experience SALMONN-13B, you can go to <a href="https://bytedance.github.io/SALMONN">https://bytedance.github.io/SALMONN</a>.\n Upload your audio and start chatting!</h3>"""
89
 
90
 
91
  with gr.Blocks() as demo: