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