Skip to content

Commit de9a2bd

Browse files
authored
1 parent b6726d0 commit de9a2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/model-libraries-snippets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ export const keras_hub = (model: ModelData): string[] => {
526526
}
527527
}
528528
// Then, add remaining tasks
529-
for (const task in tasks) {
529+
for (const task of tasks) {
530530
if (!Object.keys(_keras_hub_tasks_with_example).includes(task)) {
531531
snippets.push(_keras_hub_task_without_example(task, modelId));
532532
}

0 commit comments

Comments
 (0)