Olivier-Truong commited on
Commit
d069b98
1 Parent(s): a56b486

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ print(model_names.__dir__())
13
  model_name = "tts_models/multilingual/multi-dataset/xtts_v2"
14
  #m = ModelManager().download_model(model_name)
15
  #print(m)
16
- #m = model_names[0]
17
 
18
  tts = TTS(model_name, gpu=False)
19
  tts.to("cpu") # no GPU or Amd
 
13
  model_name = "tts_models/multilingual/multi-dataset/xtts_v2"
14
  #m = ModelManager().download_model(model_name)
15
  #print(m)
16
+ m = model_name
17
 
18
  tts = TTS(model_name, gpu=False)
19
  tts.to("cpu") # no GPU or Amd