awacke1 commited on
Commit
c365be2
1 Parent(s): c8903c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -27,9 +27,9 @@ MODEL_NAMES = [
27
  "en/ljspeech/glow-tts",
28
  "en/ljspeech/speedy-speech-wn",
29
  "en/ljspeech/vits",
30
- "en/sam/tacotron-DDC",
31
- "fr/mai/tacotron2-DDC",
32
- "de/thorsten/tacotron2-DCA",
33
  ]
34
  MODELS = {}
35
  manager = ModelManager()
 
27
  "en/ljspeech/glow-tts",
28
  "en/ljspeech/speedy-speech-wn",
29
  "en/ljspeech/vits",
30
+ #"en/sam/tacotron-DDC",
31
+ #"fr/mai/tacotron2-DDC",
32
+ #"de/thorsten/tacotron2-DCA",
33
  ]
34
  MODELS = {}
35
  manager = ModelManager()