Skip to content

Commit e679e56

Browse files
authored
Merge pull request #1267 from roboflow/fix/moondream2-long-description
Fix Moondream2 Workflow long_description. Should be string, not tuple.
2 parents 756f756 + 70e94ac commit e679e56

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • inference/core/workflows/core_steps/models/foundation/moondream2

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)