Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-esir committed Jan 29, 2024
1 parent 2443277 commit a5614d2
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 68 deletions.
175 changes: 108 additions & 67 deletions notebooks/284-openvoice/284-openvoice.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion notebooks/284-openvoice/openvoice_gradio.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def predict_impl(prompt, style, audio_file_pth, agree, output_dir, tone_color_co

# note diffusion_conditioning not used on hifigan (default mode), it will be empty but need to pass it to model.inference
try:
target_se, audio_name = se_extractor.get_se(speaker_wav, tone_color_converter.voice_conversion_model, target_dir='processed', vad=True)
target_se, audio_name = se_extractor.get_se(speaker_wav, tone_color_converter, target_dir='processed', vad=True)
except Exception as e:
text_hint += f"[ERROR] Get target tone color error {str(e)} \n"
gr.Warning(
Expand Down

0 comments on commit a5614d2

Please sign in to comment.