Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 12, 2024
1 parent a98d00f commit b46e9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/audio/text_to_speech.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Import necessary libraries
import numpy as np
import torch
from IPython.display import Audio, display
from IPython.display import Audio
from torchmetrics.audio import PerceptualEvaluationSpeechQuality
from transformers import pipeline

Expand Down

0 comments on commit b46e9bc

Please sign in to comment.