-
Notifications
You must be signed in to change notification settings - Fork 243
Closed
Description
const replicate = new Replicate({
useFileOutput: false,
});
const output = await replicate.run(
"microsoft/bringing-old-photos-back-to-life:c75db81db6cbd809d93cc3b7e7a088a351a3349c9fa02b6d393e35e0d51ba799",
{
input: {
image: inputImageUrl,
},
},
);
console.log(output); // this is undefined nowI started having issues with replicate-javascript since yesterday. Replicate run always seem to return undefined. But I can see predictions being successful in the dashboard. I'm using v1.0.0, and I tried upgrading to v1.0.1 as well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels