Skip to content

Commit

Permalink
fix hifisinger gradio bug
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed Sep 4, 2023
1 parent fef310d commit cb908cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/hifisinger/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def forward(
speakers: torch.Tensor = 0,
sampler_progress: bool = False,
sampler_interval: Optional[int] = None,
noise_predictor: Optional[str] = None,
pitches: Optional[torch.Tensor] = None,
skip_steps: int = 0, # not used
):
Expand Down

0 comments on commit cb908cc

Please sign in to comment.