Spaces:
Runtime error
Runtime error
demo changes
Browse files- eggcount/demo.py +1 -1
eggcount/demo.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from eggcount.
|
2 |
count_eggs_contour_thresh
|
3 |
)
|
4 |
from os import PathLike
|
|
|
1 |
+
from eggcount.eggcount import (
|
2 |
count_eggs_contour_thresh
|
3 |
)
|
4 |
from os import PathLike
|