Spaces:
Build error
Build error
Update utils.py
Browse files
utils.py
CHANGED
@@ -663,10 +663,11 @@ class Utils_functions:
|
|
663 |
),
|
664 |
],
|
665 |
outputs=[
|
666 |
-
gr.
|
|
|
667 |
],
|
668 |
title="musika!",
|
669 |
-
description="
|
670 |
article=article_text,
|
671 |
)
|
672 |
|
|
|
663 |
),
|
664 |
],
|
665 |
outputs=[
|
666 |
+
gr.Image(label="Log-MelSpectrogram of Generated Audio (first 23 s)"),
|
667 |
+
gr.Audio(type="numpy", label="Generated Audio"),
|
668 |
],
|
669 |
title="musika!",
|
670 |
+
description="Blazingly Fast 44.1 kHz Stereo Waveform Music Generation of Arbitrary Length. Be patient and enjoy the weirdness!",
|
671 |
article=article_text,
|
672 |
)
|
673 |
|