Skip to content

Commit 7dbfd4b

Browse files
committed
modify the filenames
1 parent 9913ed9 commit 7dbfd4b

File tree

2 files changed

+4
-4
lines changed
  • packages/tasks/src/tasks

2 files changed

+4
-4
lines changed

packages/tasks/src/tasks/image-text-to-image/data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const taskData: TaskDataCustom = {
55
demo: {
66
inputs: [
77
{
8-
filename: "image-to-image-input.jpeg",
8+
filename: "image-text-to-image-input.jpeg",
99
type: "img",
1010
},
1111
{
@@ -16,7 +16,7 @@ const taskData: TaskDataCustom = {
1616
],
1717
outputs: [
1818
{
19-
filename: "image-to-image-output.png",
19+
filename: "image-text-to-image-output.png",
2020
type: "img",
2121
},
2222
],

packages/tasks/src/tasks/image-text-to-video/data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const taskData: TaskDataCustom = {
55
demo: {
66
inputs: [
77
{
8-
filename: "image-to-video-input.jpg",
8+
filename: "image-text-to-video-input.jpg",
99
type: "img",
1010
},
1111
{
@@ -16,7 +16,7 @@ const taskData: TaskDataCustom = {
1616
],
1717
outputs: [
1818
{
19-
filename: "text-to-video-output.gif",
19+
filename: "image-text-to-video-output.gif",
2020
type: "img",
2121
},
2222
],

0 commit comments

Comments
 (0)