From 89523f8c86f972fd21912ae14787736a7adea632 Mon Sep 17 00:00:00 2001 From: anteju Date: Thu, 28 Nov 2024 00:24:56 +0000 Subject: [PATCH] Apply isort and black reformatting Signed-off-by: anteju --- nemo/collections/audio/models/__init__.py | 2 +- nemo/collections/audio/models/audio_to_audio.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nemo/collections/audio/models/__init__.py b/nemo/collections/audio/models/__init__.py index 9de3faa71099..ac5316695a9e 100644 --- a/nemo/collections/audio/models/__init__.py +++ b/nemo/collections/audio/models/__init__.py @@ -17,6 +17,6 @@ EncMaskDecAudioToAudioModel, FlowMatchingAudioToAudioModel, PredictiveAudioToAudioModel, - ScoreBasedGenerativeAudioToAudioModel, SchroedingerBridgeAudioToAudioModel, + ScoreBasedGenerativeAudioToAudioModel, ) diff --git a/nemo/collections/audio/models/audio_to_audio.py b/nemo/collections/audio/models/audio_to_audio.py index 381ae6b623e5..e9a0655c85f8 100644 --- a/nemo/collections/audio/models/audio_to_audio.py +++ b/nemo/collections/audio/models/audio_to_audio.py @@ -441,7 +441,7 @@ def process( def list_available_models(cls) -> 'List[PretrainedModelInfo]': """ This method returns a list of pre-trained model which can be instantiated directly from NVIDIA's NGC cloud. - + Returns: List of available pre-trained models. """