Skip to content

Commit 243346d

Browse files
Merge branch 'main' into fix/scale-sv-detections-data-polygon
2 parents 6b6db8e + e679e56 commit 243346d

File tree

1 file changed

+1
-3
lines changed
  • inference/core/workflows/core_steps/models/foundation/moondream2

1 file changed

+1
-3
lines changed

inference/core/workflows/core_steps/models/foundation/moondream2/v1.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ class BlockManifest(WorkflowBlockManifest):
5050
"name": "Moondream2",
5151
"version": "v1",
5252
"short_description": "Run Moondream2 on an image.",
53-
"long_description": (
54-
"This workflow block runs Moondream2, a multimodal vision-language model. You can use this block to run zero-shot object detection.",
55-
),
53+
"long_description": "This workflow block runs Moondream2, a multimodal vision-language model. You can use this block to run zero-shot object detection.",
5654
"license": "Apache-2.0",
5755
"block_type": "model",
5856
"search_keywords": [

0 commit comments

Comments
 (0)