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
Unrelated but it affects my ability to verify the Python functionality:
the demo website appears to be broken.
Try uploading or recording any audio, in Brave, Chrome or Safari. After the audio loads, the upload pane resets without any MIDI appearing. JavaScript Console shows many uncaught "promises", for things like "gain":
Uncaught(inpromise) TypeError: Cannotreadpropertiesofundefined(reading'gain')atindex-5eb44d2184e903c2.js:1:10164atnewPromise(<anonymous>)
at index-5eb44d2184e903c2.js:1:10132
at main-7428d4a68ea7713f.js:1:103649
at Object.next (main-7428d4a68ea7713f.js:1:103754)
at r (438-4691f28b16d7fe94.js:1:54465)
at c (438-4691f28b16d7fe94.js:1:54668)
at 438-4691f28b16d7fe94.js:1:54727
at new Promise (<anonymous>)
at 438-4691f28b16d7fe94.js:1:54608
Describe the bug
When I executed the suggested Python code on the README.md file...
I receive this Error message:
Looking at line 416 of inference.py, it appears the Python REPL is not wrong:
model_or_model_path
is a required argument forpredict()
:How then is the documentation on the README to be applied?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error, execution would be smooth
Screenshots

Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: