Skip to content

Commit 8edd8a1

Browse files
committed
Update README.md
1 parent 3c03971 commit 8edd8a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ Calling this operation starts a new prediction for the version and inputs you pr
4040
throw Errors.latestVersionIsEmpty
4141
}
4242

43-
/// URL to the result
43+
/// In the case of success, output will be an object containing the
44+
/// output of the model. Any files will be represented as URLs.
4445
let output: [String]? = try await api.createPrediction(
4546
version: latest.id,
4647
input: input.params /// ["prompt": "an astronaut riding a horse on mars"]

0 commit comments

Comments
 (0)