Shawn Caza
Results
2
issues of
Shawn Caza
Following the docs, I can't get the following to work: ``` forms = Typeform('').forms result: str = forms.update('abc123', { 'title': 'Hello World, Again' }, patch=True) ``` I get a 'The...
I believe[ this commit in whisper](https://github.com/openai/whisper/commit/8bc8860694949db53c42ba47ddc23786c2e02a8b) addresses the issue of installing whisper-at described in #2 I simply tried to copy over all the changes in the whisper update. With this...