https://github.com/baer/cog-hello-world
https://github.com/baer/cog-hello-world
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/baer/cog-hello-world
- Owner: baer
- Created: 2023-08-03T21:29:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T22:23:23.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T21:56:08.874Z (4 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!
```