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