Skip to content

Commit

Permalink
patch_2
Browse files Browse the repository at this point in the history
  • Loading branch information
JJassonn69 committed Aug 15, 2024
1 parent 7c8d02e commit b9a57e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/examples/image-to-image/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/examples/image-to-video/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/examples/text-to-image/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"strconv"
"time"

"github.com/jjassonn69/ai-worker/worker"
"github.com/livepeer/ai-worker/worker"
)

func main() {
Expand Down

0 comments on commit b9a57e0

Please sign in to comment.