Skip to content

Commit

Permalink
Tiny doc fix from apparent copy/paste (#130)
Browse files Browse the repository at this point in the history
The instructions in `text_to_audio_playback.py` still reference `gui_text_to_audio_playback.py`, which might be mildly confusing to some
  • Loading branch information
vbawa authored Apr 16, 2024
1 parent 20bbb6c commit a30010a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/text_to_audio_playback.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
(3) pip3 install WhisperSpeech
(4) pip3 install sounddevice==0.4.6
(5) python gui_text_to_audio_playback.py
(5) python text_to_audio_playback.py
'''

import numpy as np
Expand Down

0 comments on commit a30010a

Please sign in to comment.