nakas commited on
Commit
b6ecf46
1 Parent(s): 68a1a65

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -663,7 +663,7 @@ class Utils_functions:
663
  ),
664
  ],
665
  outputs=[
666
- gr.outputs.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!",
 
663
  ),
664
  ],
665
  outputs=[
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!",