nianlong commited on
Commit
9f873b8
1 Parent(s): f589465

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ Visualize the results of WhisperSeg:
44
  ```python
45
  from audio_utils import SpecViewer
46
  spec_viewer = SpecViewer()
47
- spec_viewer.visualize( audio = audio, sr = sr, min_frequency= min_frequency, prediction = prediction,
48
  window_size=8, precision_bits=1
49
  )
50
  ```
 
44
  ```python
45
  from audio_utils import SpecViewer
46
  spec_viewer = SpecViewer()
47
+ spec_viewer.visualize( audio = audio, sr = sr, min_frequency= 0, prediction = prediction,
48
  window_size=8, precision_bits=1
49
  )
50
  ```