Spaces:
Runtime error
Runtime error
Ron Au
commited on
Commit
·
1b5779c
1
Parent(s):
866477c
docs(copy): Fix typo
Browse files
source/ui/src/lib/ComposeButton.svelte
CHANGED
|
@@ -5,7 +5,7 @@ import { styles } from './config.json';
|
|
| 5 |
const updateMetadata = () => {
|
| 6 |
if ('mediaSession' in navigator) {
|
| 7 |
navigator.mediaSession.metadata = new MediaMetadata({
|
| 8 |
-
title: `${styles[$style]}
|
| 9 |
artist: 'AI Guru Composer',
|
| 10 |
album: 'Hugging Face',
|
| 11 |
artwork: [
|
|
|
|
| 5 |
const updateMetadata = () => {
|
| 6 |
if ('mediaSession' in navigator) {
|
| 7 |
navigator.mediaSession.metadata = new MediaMetadata({
|
| 8 |
+
title: `${styles[$style]} Composition`,
|
| 9 |
artist: 'AI Guru Composer',
|
| 10 |
album: 'Hugging Face',
|
| 11 |
artwork: [
|
source/ui/src/routes/index.svelte
CHANGED
|
@@ -11,7 +11,7 @@ import Tokens from '$lib/Tokens.svelte';
|
|
| 11 |
<h1>Composer</h1>
|
| 12 |
<p class="heading">Trained on fifteen thousand songs. One AI model. Infinite compositions.</p>
|
| 13 |
<p>
|
| 14 |
-
This space contains a deep neural network model that can compose music. You can use it to generate
|
| 15 |
different styles, 4 bars at a time.
|
| 16 |
</p>
|
| 17 |
<p>
|
|
|
|
| 11 |
<h1>Composer</h1>
|
| 12 |
<p class="heading">Trained on fifteen thousand songs. One AI model. Infinite compositions.</p>
|
| 13 |
<p>
|
| 14 |
+
This space contains a deep neural network model that can compose music. You can use it to generate audio in
|
| 15 |
different styles, 4 bars at a time.
|
| 16 |
</p>
|
| 17 |
<p>
|