mirror of
https://github.com/m-bain/whisperX.git
synced 2025-07-01 18:17:27 -04:00
add vad model external dl
This commit is contained in:
@ -1,10 +1,9 @@
|
||||
import warnings
|
||||
from typing import TYPE_CHECKING, Optional, Tuple, Union
|
||||
import tempfile
|
||||
import numpy as np
|
||||
import torch
|
||||
import tqdm
|
||||
|
||||
import ffmpeg
|
||||
from whisper.audio import (
|
||||
FRAMES_PER_SECOND,
|
||||
HOP_LENGTH,
|
||||
|
Reference in New Issue
Block a user