Skip to content

Commit 2f1fcfd

Browse files
authored
Update Readme.md
1 parent a0a565a commit 2f1fcfd

File tree

1 file changed

+4
-1
lines changed
  • examples/Support for Local TTS function

1 file changed

+4
-1
lines changed

examples/Support for Local TTS function/Readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,14 +210,17 @@ Create a new virtual environment
210210
`python3 -m venv venv`
211211
`source venv/bin/activate`
212212
It looks like this:
213+
213214
![new Folder](image.png)
215+
214216
then:
215217
`pip install pyttsx3`
216218
`pip install flask`
217219
`pip install flask_cors`
218220
`pip install gTTS`
219221
`pip install edge_tts`
220222
And then start the server: `python3 tts_ws.py`
223+
221224
![start ws](image-1.png)
222225

223226
If necessary, adjust the firewall
@@ -318,4 +321,4 @@ A web interface for testing:
318321

319322
````
320323

321-
![web interface](image-2.png)
324+
![web interface](image-2.png)

0 commit comments

Comments
 (0)