We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289890b commit b8d8a6fCopy full SHA for b8d8a6f
__init__.py
@@ -8,10 +8,7 @@
8
import fiftyone.operators as foo
9
from fiftyone.operators import types
10
11
-with add_sys_path(os.path.dirname(os.path.abspath(__file__))):
12
- from moondream import (
13
- run_moondream_model
14
- )
+from .moondream import run_moondream_model
15
16
def _handle_calling(
17
uri,
fiftyone.yaml
@@ -1,6 +1,6 @@
1
name: "@harpreetsahota/moondream2"
2
description: Run Moondream2 Models from Hugging Face on your FiftyOne Dataset
3
-version: 1.0.0
+version: 1.0.1
4
fiftyone:
5
version: "*"
6
url: https://github.com/harpreetsahota204/moondream2-plugin
0 commit comments