georg-suno commited on
Commit
6a78327
1 Parent(s): 6e4b515
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -96,15 +96,16 @@ MAN: Wow, that's expensive!
96
 
97
  ## Details
98
 
99
- Bark model by [Suno](https://suno.ai/), including official [code](https://github.com/suno-ai/bark) and model weights. 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).
 
100
 
101
 
102
  """
103
 
104
  examples = [
105
- ["Please surprise me and speak in whatever voice you enjoy.", "Unconditional", 0.7, 0.7],
106
- ["Hello, my name is Suno. And, uh — and I like pizza. [laughs] But I also have other interests such as playing tic tac toe.", "Speaker 1 (en)", 0.7, 0.7],
107
- ["Buenos días Miguel. Tu colega piensa que tu alemán es extremadamente malo. But I suppose your english isn't terrible.", "Speaker 0 (es)", 0.7, 0.7],
108
  ]
109
 
110
 
 
96
 
97
  ## Details
98
 
99
+ Bark model by [Suno](https://suno.ai/), including official [code](https://github.com/suno-ai/bark) and model weights. \
100
+ 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).
101
 
102
 
103
  """
104
 
105
  examples = [
106
+ ["Please surprise me and speak in whatever voice you enjoy. Vielen Dank und Gesundheit!", "Unconditional"],#, 0.7, 0.7],
107
+ ["Hello, my name is Suno. And, uh — and I like pizza. [laughs] But I also have other interests such as playing tic tac toe.", "Speaker 1 (en)"],#, 0.7, 0.7],
108
+ ["Buenos días Miguel. Tu colega piensa que tu alemán es extremadamente malo. But I suppose your english isn't terrible.", "Speaker 0 (es)"],#, 0.7, 0.7],
109
  ]
110
 
111