HuggingfaceClient.Inference.Task.ImageToVideo (huggingface_client v0.1.0)

Copy Markdown View Source

Animates a still image into a short video clip.

Summary

Functions

Runs the image-to-video task.

Functions

run(client, args)

@spec run(HuggingfaceClient.Client.t(), map()) ::
  {:ok, term()} | {:error, Exception.t()}

Runs the image-to-video task.

Returns {:ok, result} or {:error, exception}.