Spaces:
Runtime error
Runtime error
Commit
·
608c92d
1
Parent(s):
fc1a544
Update app.py
Browse files
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
|