There is a small typo in the model card, in the FP16 section:
audios = pipeline(audio_length_in_s=4.0).audios
should be
audios = pipe(audio_length_in_s=4.0).audios
· Sign up or log in to comment