Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 324 Bytes

File metadata and controls

15 lines (9 loc) · 324 Bytes

Blur

This model applies box blur to an input image.

Usage

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

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