nianlong commited on
Commit
00d1414
1 Parent(s): be7e997

Update README.md

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