Zeke Sikelianos

Results 472 comments of Zeke Sikelianos

Ideally I also want the generated file to include these prose `summary` strings for each Task: https://github.com/huggingface/huggingface.js/blob/1aa1c3f4d2081b270517219c49c95c1d8d7fc682/packages/tasks/src/tasks/image-to-image/data.ts#L103

I didn't need this after all. This is good enough for my purposes: ```ts import { TASKS_DATA } from '@huggingface/tasks' import type { TaskData } from '@huggingface/tasks' ``` Closing!