Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janpbuethe committed Sep 8, 2024
1 parent dab3946 commit a733fee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dnn/torch/osce/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
from .lavoce_400 import LaVoce400
from .fd_discriminator import TFDMultiResolutionDiscriminator as FDMResDisc
from .bwe_net import BWENet
from .snake_net import SNAKENet

model_dict = {
'lace': LACE,
Expand All @@ -42,5 +41,4 @@
'lavoce400': LaVoce400,
'fdmresdisc': FDMResDisc,
'bwenet' : BWENet,
'snakenet' : SNAKENet
}

0 comments on commit a733fee

Please sign in to comment.