avaid96 / test-publish-flow

A model I copied to blur an image

  • Public
  • 136 runs
  • GitHub

Input

Output

Run time and cost

This model runs on CPU hardware. Predictions typically complete within 12 seconds. The predict time for this model varies significantly based on the inputs.

Readme

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/lena.png -i blur=4

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