Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion fs2/cli/synthesize.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from everyvoice.utils import slugify, spinner
from loguru import logger
from merge_args import merge_args
from tqdm import tqdm

from ..type_definitions import SynthesizeOutputFormats
from ..utils import truncate_basename
Expand Down Expand Up @@ -359,6 +358,8 @@ def synthesize_helper(
via the gradio demo.
"""

from tqdm import tqdm

from ..dataset import FastSpeech2SynthesisDataModule

if (
Expand Down
Loading