Skip to content

Commit

Permalink
moves model_choice_ui.py so ipywidgets is not a requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
lgvaz committed Apr 14, 2021
1 parent 500da4e commit d450035
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion icevision/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from icevision.models.utils import *
from icevision.models.interpretation import *
from icevision.models.model_choice_ui import *

# backwards compatibility
from icevision.models.torchvision import (
Expand Down
1 change: 1 addition & 0 deletions icevision/widgets/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from icevision.widgets.model_choice_ui import *
File renamed without changes.

0 comments on commit d450035

Please sign in to comment.