Skip to content

Commit

Permalink
Try with spacy_transformers explicitly imported
Browse files Browse the repository at this point in the history
  • Loading branch information
evamaxfield committed Dec 5, 2023
1 parent 8f72ae7 commit 06f618a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdp_backend/sr_models/whisper.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from typing import TYPE_CHECKING, Any

import spacy
import spacy_transformers # noqa: F401
from faster_whisper import WhisperModel as FasterWhisper
from pydub import AudioSegment
from spacy.cli.download import download as download_spacy_model
Expand Down

0 comments on commit 06f618a

Please sign in to comment.