You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Python demo code provided in the README.md is not working. To fix it, this instruction print(f"Generated {duration:.2f}s of audio") must be changed to print(f"Generated {duration[0]:.2f}s of audio").
The Python demo code provided in the README.md is not working. To fix it, this instruction
print(f"Generated {duration:.2f}s of audio")must be changed toprint(f"Generated {duration[0]:.2f}s of audio").