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
@@ -100,7 +101,9 @@ You can find input format for models at [the model page](https://replicate.com/s
100
101
/// Get prediction
101
102
/// Returns the same response as the create a prediction operation
102
103
/// status will be one of ``Prediction.Status``
103
-
/// In the case of success, output will be an object containing the output of the model. Any files will be represented as URLs. You'll need to pass the Authorization header to request them.
104
+
/// In the case of success, output will be an object containing the output
105
+
/// of the model. Any files will be represented as URLs. You'll need to pass
0 commit comments