You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: inference/core/workflows/core_steps/models/foundation/moondream2/v1.py
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,7 @@ class BlockManifest(WorkflowBlockManifest):
50
50
"name": "Moondream2",
51
51
"version": "v1",
52
52
"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.",
0 commit comments