Skip to content

Commit b8d8a6f

Browse files
update janky imports
1 parent 289890b commit b8d8a6f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

__init__.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
import fiftyone.operators as foo
99
from fiftyone.operators import types
1010

11-
with add_sys_path(os.path.dirname(os.path.abspath(__file__))):
12-
from moondream import (
13-
run_moondream_model
14-
)
11+
from .moondream import run_moondream_model
1512

1613
def _handle_calling(
1714
uri,

fiftyone.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "@harpreetsahota/moondream2"
22
description: Run Moondream2 Models from Hugging Face on your FiftyOne Dataset
3-
version: 1.0.0
3+
version: 1.0.1
44
fiftyone:
55
version: "*"
66
url: https://github.com/harpreetsahota204/moondream2-plugin

0 commit comments

Comments
 (0)