Spaces:
Runtime error
Runtime error
Commit
•
24482bf
1
Parent(s):
e34b5a5
Update app.py
Browse files
app.py
CHANGED
@@ -30,6 +30,12 @@ def predict_with_prompt(text_prompt, speaker_prompt):
|
|
30 |
title = "🐶 Bark"
|
31 |
|
32 |
description = """
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
Bark is a transformer-based text-to-audio model created by [Suno](https://suno.ai/). Bark can generate highly realistic, multilingual speech as well as other audio - including music, background noise and simple sound effects. The model can also produce nonverbal communications like laughing, sighing and crying.
|
34 |
|
35 |
Bark has the capability to fully clone voices - including tone, pitch, emotion and prosody. The model also attempts to preserve music, ambient noise, etc. from the input audio prompt. However, to mitigate misuse of this technology, we limit the audio history prompts to a limited set of Suno-provided, fully synthetic options."""
|
|
|
30 |
title = "🐶 Bark"
|
31 |
|
32 |
description = """
|
33 |
+
|
34 |
+
<div class="course-tip course-tip-orange bg-gradient-to-br dark:bg-gradient-to-r before:border-orange-500 dark:before:border-orange-800 from-orange-50 dark:from-gray-900 to-white dark:to-gray-950 border border-orange-50 text-orange-700 dark:text-gray-400">
|
35 |
+
<p><b>Update:</b> This space has been deprecated in favour of the Space <a href="https://huggingface.co/spaces/suno/bark"> suno/bark </a>. Please use this updated Space for new hardware and feature updates. </p>
|
36 |
+
</div>
|
37 |
+
|
38 |
+
|
39 |
Bark is a transformer-based text-to-audio model created by [Suno](https://suno.ai/). Bark can generate highly realistic, multilingual speech as well as other audio - including music, background noise and simple sound effects. The model can also produce nonverbal communications like laughing, sighing and crying.
|
40 |
|
41 |
Bark has the capability to fully clone voices - including tone, pitch, emotion and prosody. The model also attempts to preserve music, ambient noise, etc. from the input audio prompt. However, to mitigate misuse of this technology, we limit the audio history prompts to a limited set of Suno-provided, fully synthetic options."""
|