Skip to content

Commit

Permalink
Fix langid to py3langid
Browse files Browse the repository at this point in the history
  • Loading branch information
upskyy committed Feb 28, 2025
1 parent 319d8e8 commit fe10520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/tts/metis/metis.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from huggingface_hub import hf_hub_download, snapshot_download

import langid
import py3langid as langid


def build_metis_stage1(cfg, device, ft_type=None):
Expand Down

0 comments on commit fe10520

Please sign in to comment.