Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ const image = await RawImage.fromURL(url);
|
|
42 |
const vision_inputs = await processor(image);
|
43 |
|
44 |
// Specify task and prepare text inputs
|
45 |
-
const task = '<MORE_DETAILED_CAPTION>'
|
46 |
const prompts = processor.construct_prompts(task);
|
47 |
const text_inputs = tokenizer(prompts);
|
48 |
|
|
|
42 |
const vision_inputs = await processor(image);
|
43 |
|
44 |
// Specify task and prepare text inputs
|
45 |
+
const task = '<MORE_DETAILED_CAPTION>';
|
46 |
const prompts = processor.construct_prompts(task);
|
47 |
const text_inputs = tokenizer(prompts);
|
48 |
|