refactor: update import statements to use explicit module paths across multiple files

This commit is contained in:
Barabazs
2025-03-25 16:13:55 +01:00
parent 8e53866704
commit e7712f496e
10 changed files with 29 additions and 28 deletions

View File

@ -7,7 +7,7 @@ import numpy as np
import torch
import torch.nn.functional as F
from .utils import exact_div
from whisperx.utils import exact_div
# hard-coded audio hyperparameters
SAMPLE_RATE = 16000