Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import tempfile
|
|
3 |
from TTS.utils.synthesizer import Synthesizer
|
4 |
from huggingface_hub import hf_hub_download
|
5 |
|
6 |
-
REPO_ID = "
|
7 |
|
8 |
my_title = "🇱🇺 🇩🇪 🇫🇷 🇬🇧 🇵🇹 Mir schwätzen wéi e Lëtzebuerger ! "
|
9 |
my_description = "Multilingual-Multispeaker Text-to-Speech (TTS) synthesizer speaking the five current languages in Luxembourg. This model is based on VITS, thanks to 🐸 [Coqui.ai](https://coqui.ai/). I forked the [Coqui-TTS](https://github.com/mbarnig/TTS) project and did some modifications and workarounds to run the inference in this HuggingFace space."
|
|
|
3 |
from TTS.utils.synthesizer import Synthesizer
|
4 |
from huggingface_hub import hf_hub_download
|
5 |
|
6 |
+
REPO_ID = "denZLS/MULTI_LOD_TTS"
|
7 |
|
8 |
my_title = "🇱🇺 🇩🇪 🇫🇷 🇬🇧 🇵🇹 Mir schwätzen wéi e Lëtzebuerger ! "
|
9 |
my_description = "Multilingual-Multispeaker Text-to-Speech (TTS) synthesizer speaking the five current languages in Luxembourg. This model is based on VITS, thanks to 🐸 [Coqui.ai](https://coqui.ai/). I forked the [Coqui-TTS](https://github.com/mbarnig/TTS) project and did some modifications and workarounds to run the inference in this HuggingFace space."
|