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
Context:
> Model.predict was removed in #71. It points users to Version.predict, but that method was deprecated in favor of replicate.run in #79.
#137
Trying the example in the current iteration of `replicate/replicate-python` would return the following exception:
```python
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: AttributeError: 'Version' object has no attribute 'predict'
```
Signed-off-by: Michael Lee <[email protected]>
0 commit comments