nakas commited on
Commit
6b03b33
1 Parent(s): b6ecf46

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
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