ylacombe HF staff commited on
Commit
e562b8e
1 Parent(s): 6c33c6b

Fix hyper-links and update License

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -29,9 +29,9 @@ description = """
29
  <a style='display:inline-block' href='https://discord.gg/J2B2vsjKuE'><img src='https://dcbadge.vercel.app/api/server/J2B2vsjKuE?compact=true&style=flat' /></a>
30
  <a style="display:inline-block; margin-left: 1em" href="https://huggingface.co/spaces/suno/bark?duplicate=true"><img src="https://img.shields.io/badge/-Duplicate%20Space%20to%20skip%20the%20queue-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14" alt="Duplicate Space"></a>
31
  </div>
32
- Bark is a universal text-to-audio model created by [Suno](www.suno.ai), with code publicly available [here](https://github.com/suno-ai/bark). \
33
  Bark can generate highly realistic, multilingual speech as well as other audio - including music, background noise and simple sound effects. \
34
- This demo should be used for research purposes only. Commercial use is strictly prohibited. \
35
  The model output is not censored and the authors do not endorse the opinions in the generated content. \
36
  Use at your own risk.
37
  """
@@ -101,8 +101,8 @@ MAN: Wow, that's expensive!
101
 
102
  ## Details
103
 
104
- Bark model by [Suno](https://suno.ai/), including official [code](https://github.com/suno-ai/bark) and model weights. \
105
- Gradio demo supported by 🤗 Hugging Face. Bark is licensed under a non-commercial license: CC-BY 4.0 NC, see details on [GitHub](https://github.com/suno-ai/bark).
106
 
107
 
108
  """
 
29
  <a style='display:inline-block' href='https://discord.gg/J2B2vsjKuE'><img src='https://dcbadge.vercel.app/api/server/J2B2vsjKuE?compact=true&style=flat' /></a>
30
  <a style="display:inline-block; margin-left: 1em" href="https://huggingface.co/spaces/suno/bark?duplicate=true"><img src="https://img.shields.io/badge/-Duplicate%20Space%20to%20skip%20the%20queue-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14" alt="Duplicate Space"></a>
31
  </div>
32
+ Bark is a universal text-to-audio model created by <a href="www.suno.ai">Suno</a>, with code publicly available <a href="https://github.com/suno-ai/bark">here</a>. \
33
  Bark can generate highly realistic, multilingual speech as well as other audio - including music, background noise and simple sound effects. \
34
+ This demo should be used for research purposes only. \
35
  The model output is not censored and the authors do not endorse the opinions in the generated content. \
36
  Use at your own risk.
37
  """
 
101
 
102
  ## Details
103
 
104
+ Bark model by <a href="www.suno.ai">Suno</a>, including official <a href="https://github.com/suno-ai/bark">code</a> and model weights. \
105
+ Gradio demo supported by 🤗 Hugging Face. Bark is licensed under the MIT license, see details on <a href="https://github.com/suno-ai/bark">GitHub</a>.
106
 
107
 
108
  """