Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Jan 12, 2025
1 parent e05e76c commit 88322a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_dubbing/voice_gender_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import torch.nn as nn
import torch.nn.functional as F

from pydub import AudioSegment
from open_dubbing.pydub_audio_segment import AudioSegment
from transformers import Wav2Vec2Processor
from transformers.models.wav2vec2.modeling_wav2vec2 import (
Wav2Vec2Model,
Expand Down

0 comments on commit 88322a3

Please sign in to comment.