From 3753ad569a0a3c4e35c7aaeb94d3db404d0ef8b6 Mon Sep 17 00:00:00 2001 From: Wheest Date: Wed, 1 Jun 2022 09:08:05 +0100 Subject: [PATCH] Update README Signed-off-by: Wheest --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f35a7d72..95e08bd5 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Run a model and get its output while it's running: ```python model = replicate.models.get("pixray/text2image") -for image in model.predict(prompt="san francisco sunset"): +for image in model.predict(prompts="san francisco sunset"): display(image) ``` @@ -91,6 +91,7 @@ export REPLICATE_API_TOKEN= ``` We recommend not adding it directly to your source code, because you don't want to put your API in source control. If anyone uses your API key, their usage would be charged to your account. +If you have an account with API access, you can find your API key on the main page of . ## Development