Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 375 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 375 Bytes

Blur

This model applies box blur to an input image.

Usage

First, make sure you've got the latest version of Cog installed.

Build the image:

cog build

Now you can run predictions on the model:

cog predict -i image=@examples/kodim24.png -i blur=4

cog predict -i image=@examples/kodim24.png -i blur=6