An open API service indexing awesome lists of open source software.

https://github.com/baer/cog-hello-world


https://github.com/baer/cog-hello-world

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Hello World

This model prints the input string. That's it.

## Usage

**Use the default input**

```sh
cog predict
# Hello, World!
```

**Pass an input parameter**

```sh
cog predict -i text="Go go gadget, Replicate!"
# Go go gadget, Replicate!
```