bytedance / SALMONN

SALMONN: Speech Audio Language Music Open Neural Network
https://bytedance.github.io/SALMONN/
Apache License 2.0
978 stars 75 forks source link

Update README.md #12

Closed abhishek213-alb closed 10 months ago

abhishek213-alb commented 10 months ago

Fixed image display error

Timothy-Liuxf commented 10 months ago

<img /> is an html label, and src is its attribute to specify the source of the image to display. So I think we shouldn't use [](). See below for details: <img> | MDN Web Docs