mbarnig commited on
Commit
7eb9a60
·
verified ·
1 Parent(s): 0aed7d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "mbarnig/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."
 
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."