nakas commited on
Commit
e5bfcf4
·
1 Parent(s): 1aa00dd

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +3 -2
utils.py CHANGED
@@ -663,10 +663,11 @@ class Utils_functions:
663
  ),
664
  ],
665
  outputs=[
666
- gr.Audio(type="numpy", label="Generated Audio")
 
667
  ],
668
  title="musika!",
669
- description="Cloned from https://huggingface.co/spaces/marcop/musika Working on api Blazingly Fast 44.1 kHz Stereo Waveform Music Generation of Arbitrary Length. Be patient and enjoy the weirdness!",
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