From b9a57e03d10b06ac11af5c434e1689179d10cd18 Mon Sep 17 00:00:00 2001 From: Jason Stone Date: Thu, 15 Aug 2024 18:03:30 +0000 Subject: [PATCH] patch_2 --- cmd/examples/image-to-image/main.go | 2 +- cmd/examples/image-to-video/main.go | 2 +- cmd/examples/text-to-image/main.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/examples/image-to-image/main.go b/cmd/examples/image-to-image/main.go index 52a0f693..f6313a8e 100644 --- a/cmd/examples/image-to-image/main.go +++ b/cmd/examples/image-to-image/main.go @@ -11,7 +11,7 @@ import ( "strconv" "time" - "github.com/jjassonn69/ai-worker/worker" + "github.com/livepeer/ai-worker/worker" "github.com/oapi-codegen/runtime/types" ) diff --git a/cmd/examples/image-to-video/main.go b/cmd/examples/image-to-video/main.go index 92153209..bd09717d 100644 --- a/cmd/examples/image-to-video/main.go +++ b/cmd/examples/image-to-video/main.go @@ -11,7 +11,7 @@ import ( "strconv" "time" - "github.com/jjassonn69/ai-worker/worker" + "github.com/livepeer/ai-worker/worker" "github.com/oapi-codegen/runtime/types" ) diff --git a/cmd/examples/text-to-image/main.go b/cmd/examples/text-to-image/main.go index c25972a7..397eae08 100644 --- a/cmd/examples/text-to-image/main.go +++ b/cmd/examples/text-to-image/main.go @@ -11,7 +11,7 @@ import ( "strconv" "time" - "github.com/jjassonn69/ai-worker/worker" + "github.com/livepeer/ai-worker/worker" ) func main() {