replicate-python
replicate-python copied to clipboard
replicate.run() fails with "Input is required" even when input is given
Hi team 👋
Calling:
replicate.run("user/model", input={"prompt": "Hello"})
Returns:
ValueError: Input is required
Even though the input is provided. Happens on certain models.
Any idea what causes this?
Thanks!