Juneyong
Results
1
issues of
Juneyong
In line 10 of the Quickstart Guide: `sf.write(f"{prompt}.wav", audio, samplerate=16000)` The variable `audio` is used but never declared or defined. To fix this, it should be replaced with the variable...