Spaces:
Running
Running
Actual source code?
#1
by
ayan4m1
- opened
Specifically, when trying to use the example with TypeScript:
const prompts = processor.construct_prompts(task);
Property 'construct_prompts' does not exist on type 'Processor'.ts(2339)
And
const result = processor.post_process_generation(
generated_text,
task,
image.size
);
Property 'post_process_generation' does not exist on type 'Processor'.ts(2339)