Skip to content

Commit

Permalink
add README for hello-world example
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Jan 21, 2022
1 parent 5a9de9b commit 7a98e5a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions hello-world/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Hello World

This simple model takes a string as input and returns a string as output.

## Usage

First, make sure you've got the [latest version of Cog](https://github.com/replicate/cog#install) installed.

Build the container image:

```sh
cog build
```

Now you can run predictions on the model:

```sh
cog predict -i text=Athena

cog predict -i text=Zeus
```

0 comments on commit 7a98e5a

Please sign in to comment.