Skip to content

Commit

Permalink
Update gui_file_to_text_to_audio_playback.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BBC-Esq authored and jpc committed Feb 20, 2024
1 parent 044947d commit d02564f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions examples/gui_file_to_text_to_audio_playback.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
(4) Then reinstall pytorch by going here to get the appropriate command:
https://pytorch.org/get-started/locally/
(5) pip3 install soundfile
(6) pip3 install pydub
(7) pip3 install sounddevice
(8) pip3 install pypdf
(9) pip3 install python-docx
(10) python gui_text_to_audio_playback.py
(6) pip3 install sounddevice
(7) pip3 install pypdf
(8) pip3 install python-docx
(9) python gui_text_to_audio_playback.py
'''

from tkinter import *
Expand Down

0 comments on commit d02564f

Please sign in to comment.