Update README.md
Browse files
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=
|
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 |
```
|