We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8199f5 commit e586278Copy full SHA for e586278
README.md
@@ -53,6 +53,8 @@ Or wait for the prediction to finish:
53
54
```js
55
prediction = await replicate.wait(prediction);
56
+console.log(prediction.output)
57
+// ['https://replicate.delivery/pbxt/RoaxeXqhL0xaYyLm6w3bpGwF5RaNBjADukfFnMbhOyeoWBdhA/out-0.png']
58
```
59
60
## API
0 commit comments