nakas commited on
Commit
2e9f1ef
·
1 Parent(s): 050507e

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -667,7 +667,7 @@ class Utils_functions:
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
 
 
667
  gr.Audio(type="numpy", label="Generated Audio"),
668
  ],
669
  title="musika!",
670
+ 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!",
671
  article=article_text,
672
  )
673