Spaces:
Build error
Build error
Update utils.py
Browse files
utils.py
CHANGED
@@ -666,7 +666,7 @@ class Utils_functions:
|
|
666 |
gr.Audio(label="output audio", type="numpy")
|
667 |
],
|
668 |
title="musika!",
|
669 |
-
description="Blazingly Fast 44.1 kHz Stereo Waveform Music Generation of Arbitrary Length. Be patient and enjoy the weirdness!",
|
670 |
article=article_text,
|
671 |
)
|
672 |
|
|
|
666 |
gr.Audio(label="output audio", type="numpy")
|
667 |
],
|
668 |
title="musika!",
|
669 |
+
description="Forked from https://huggingface.co/spaces/marcop/musika I could not get the API to work on the original version so I have this one just exporting audio files. Should be adding some models next. Blazingly Fast 44.1 kHz Stereo Waveform Music Generation of Arbitrary Length. Be patient and enjoy the weirdness!",
|
670 |
article=article_text,
|
671 |
)
|
672 |
|