Spaces:
Running
on
T4
Running
on
T4
Fix hyper-links and update License
#174
by
ylacombe
HF staff
- opened
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
|
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,8 +101,8 @@ MAN: Wow, that's expensive!
|
|
101 |
|
102 |
## Details
|
103 |
|
104 |
-
Bark model by
|
105 |
-
Gradio demo supported by 🤗 Hugging Face. Bark is licensed under
|
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 |
"""
|