Skip to content

Commit

Permalink
Apply isort and black reformatting
Browse files Browse the repository at this point in the history
Signed-off-by: anteju <[email protected]>
  • Loading branch information
anteju committed Nov 28, 2024
1 parent 7fbd34a commit 89523f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nemo/collections/audio/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
EncMaskDecAudioToAudioModel,
FlowMatchingAudioToAudioModel,
PredictiveAudioToAudioModel,
ScoreBasedGenerativeAudioToAudioModel,
SchroedingerBridgeAudioToAudioModel,
ScoreBasedGenerativeAudioToAudioModel,
)
2 changes: 1 addition & 1 deletion nemo/collections/audio/models/audio_to_audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 89523f8

Please sign in to comment.