Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhauret authored Nov 6, 2024
1 parent e99f37f commit 7425679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vibravox/torch_modules/dnn/eben_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
audio_16kHz = torchaudio.functional.resample(audio_48kHz, orig_freq=48_000, new_freq=16_000)
cut_audio_16kHz = model.cut_to_valid_length(audio_16kHz[None, None, :])
enhanced_audio_16kHz = model(cut_audio_16kHz)
enhanced_audio_16kHz, enhanced_audio_decomposed_4kHz = model(cut_audio_16kHz)
```
"""

Expand Down

0 comments on commit 7425679

Please sign in to comment.