Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codingl2k1 committed Jan 14, 2025
1 parent 4fd75da commit b6723e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion xinference/model/audio/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
from .f5tts_mlx import F5TTSMLXModel
from .fish_speech import FishSpeechModel
from .funasr import FunASRModel
from .melotts import MeloTTSModel
from .whisper import WhisperModel
from .whisper_mlx import WhisperMLXModel
from .melotts import MeloTTSModel

logger = logging.getLogger(__name__)

Expand Down
1 change: 1 addition & 0 deletions xinference/model/audio/melotts.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def load(self):

import os
import sys

import nltk

# English language requires download averaged_perceptron_tagger_eng
Expand Down

0 comments on commit b6723e2

Please sign in to comment.