Skip to content

Commit

Permalink
fix image path (huggingface#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
merveenoyan authored Oct 28, 2022
1 parent af9a81b commit 263a438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/src/document-question-answering/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const taskData: TaskDataCustom = {
type: "text",
},
{
filename: "document-question-answering-input.jpeg",
filename: "document-question-answering-input.png",
type: "img",
},
],
Expand Down

0 comments on commit 263a438

Please sign in to comment.