Pranjal12345 commited on
Commit
608c92d
·
1 Parent(s): fc1a544

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -8,7 +8,6 @@ from TTS.api import TTS
8
 
9
  model_names = TTS().list_models()
10
  m = model_names[0]
11
- print(model_names)
12
  tts = TTS(m, gpu=False)
13
  tts.to("cpu") # no GPU or Amd
14
  #tts.to("cuda") # cuda only
 
8
 
9
  model_names = TTS().list_models()
10
  m = model_names[0]
 
11
  tts = TTS(m, gpu=False)
12
  tts.to("cpu") # no GPU or Amd
13
  #tts.to("cuda") # cuda only