Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
# Work in Progress by Marco Barnig
|
2 |
# credits
|
3 |
# https://piper.ttstool.com/
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
import gradio as gr
|
6 |
import subprocess
|
|
|
1 |
# Work in Progress by Marco Barnig
|
2 |
# credits
|
3 |
# https://piper.ttstool.com/
|
4 |
+
# https://huggingface.co/spaces/broadfield/piper-fast-tts
|
5 |
+
# https://github.com/rhasspy
|
6 |
+
# https://github.com/rhasspy/piper
|
7 |
+
# https://github.com/broadfield-dev/PyPiperTTS-win
|
8 |
+
# https://github.com/broadfield-dev/PyPiperTTS
|
9 |
|
10 |
import gradio as gr
|
11 |
import subprocess
|