Skip to content

Commit

Permalink
bug with 3d gui import (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer committed Feb 15, 2024
1 parent e3f6eb7 commit 88d8821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellpose/gui/gui3d.py
Expand Up @@ -13,7 +13,7 @@
from scipy.stats import mode
import cv2

from . import guiparts_old, menus, io
from . import guiparts, menus, io
from .. import models, core, dynamics, version
from ..utils import download_url_to_file, masks_to_outlines, diameters
from ..io import get_image_files, imsave, imread
Expand Down

0 comments on commit 88d8821

Please sign in to comment.