Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rubinstein committed Feb 29, 2024
1 parent 76a759c commit bfb4386
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion basic_pitch/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,11 @@ def predict(
melodia_trick: bool = True,
debug_file: Optional[pathlib.Path] = None,
midi_tempo: float = 120,
) -> Tuple[Dict[str, np.array], pretty_midi.PrettyMIDI, List[Tuple[float, float, int, float, Optional[List[int]]]],]:
) -> Tuple[
Dict[str, np.array],
pretty_midi.PrettyMIDI,
List[Tuple[float, float, int, float, Optional[List[int]]]],
]:
"""Run a single prediction.
Args:
Expand Down

0 comments on commit bfb4386

Please sign in to comment.