nakas commited on
Commit
e817668
1 Parent(s): d10ce51

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -665,7 +665,7 @@ class Utils_functions:
665
  ],
666
  outputs=[
667
  gr.Image(label="Log-MelSpectrogram of Generated Audio (first 23 s)"),
668
- gr.Audio(type="numpy", label="Generated Audio"),
669
  ],
670
  title="musika!",
671
  description="Blazingly Fast 44.1 kHz Stereo Waveform Music Generation of Arbitrary Length. Be patient and enjoy the weirdness!",
 
665
  ],
666
  outputs=[
667
  gr.Image(label="Log-MelSpectrogram of Generated Audio (first 23 s)"),
668
+ gr.Audio(type="filepath", label="Generated Audio"),
669
  ],
670
  title="musika!",
671
  description="Blazingly Fast 44.1 kHz Stereo Waveform Music Generation of Arbitrary Length. Be patient and enjoy the weirdness!",