Spaces:
Sleeping
Sleeping
Commit
·
45d22f0
1
Parent(s):
bca38c6
updated to piper-gpl1
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ models:
|
|
| 27 |
short_description: A sample of the Piper Model with Argentinian female voice
|
| 28 |
---
|
| 29 |
|
| 30 |
-
This is a sample showcasing how to use [Piper](https://github.com/
|
| 31 |
|
| 32 |
You can get this sample and run locally and consume the API to have a local TTS.
|
| 33 |
|
|
@@ -41,7 +41,7 @@ Ideas for further work:
|
|
| 41 |
|
| 42 |
## References
|
| 43 |
|
| 44 |
-
- [Piper](https://github.com/
|
| 45 |
- [Argentinian Female Voice](https://huggingface.co/larcanio/piper-voices)
|
| 46 |
- [Persian Voice](https://huggingface.co/gyroing/Persian-Piper-Model-gyro)
|
| 47 |
- [Glued by Igor Támara](https://huggingface.co/spaces/igortamara/)
|
|
|
|
| 27 |
short_description: A sample of the Piper Model with Argentinian female voice
|
| 28 |
---
|
| 29 |
|
| 30 |
+
This is a sample showcasing how to use [Piper](https://github.com/OHF-Voice/piper1-gpl) with [Gradio](https://github.com/gradio-app/gradio) to create a TTS app with [Argentinian female voice]((https://huggingface.co/larcanio/piper-voices).
|
| 31 |
|
| 32 |
You can get this sample and run locally and consume the API to have a local TTS.
|
| 33 |
|
|
|
|
| 41 |
|
| 42 |
## References
|
| 43 |
|
| 44 |
+
- [Piper](https://github.com/OHF-Voice/piper1-gpl)
|
| 45 |
- [Argentinian Female Voice](https://huggingface.co/larcanio/piper-voices)
|
| 46 |
- [Persian Voice](https://huggingface.co/gyroing/Persian-Piper-Model-gyro)
|
| 47 |
- [Glued by Igor Támara](https://huggingface.co/spaces/igortamara/)
|
app.py
CHANGED
|
@@ -50,7 +50,7 @@ FOOTER_TEXT = """
|
|
| 50 |
|
| 51 |
[voice trained](https://huggingface.co/larcanio/piper-voices) by [larcanio](https://huggingface.co/larcanio/),
|
| 52 |
[original demo](https://huggingface.co/gyroing/Persian-Piper-Model-gyro) by [gyroing](https://huggingface.co/gyroing/)
|
| 53 |
-
on [piper's shoulders](https://huggingface.co/rhasspy/piper-voices) by [rhasspy](https://github.com/
|
| 54 |
"""
|
| 55 |
|
| 56 |
# Using Gradio Blocks
|
|
|
|
| 50 |
|
| 51 |
[voice trained](https://huggingface.co/larcanio/piper-voices) by [larcanio](https://huggingface.co/larcanio/),
|
| 52 |
[original demo](https://huggingface.co/gyroing/Persian-Piper-Model-gyro) by [gyroing](https://huggingface.co/gyroing/)
|
| 53 |
+
on [piper's shoulders](https://huggingface.co/rhasspy/piper-voices) by [rhasspy](https://github.com/OHF-Voice/piper1-gp). [More info](https://huggingface.co/spaces/igortamara/sample-tts-piper/blob/main/README.md)
|
| 54 |
"""
|
| 55 |
|
| 56 |
# Using Gradio Blocks
|