Spaces:
Runtime error
Runtime error
John Langley
commited on
Commit
•
7e16289
1
Parent(s):
6ce11f9
trying things with cpu
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ print("Loading XTTS model")
|
|
58 |
model_name = "tts_models/multilingual/multi-dataset/xtts_v2" # move in v2, since xtts_v1 is generated keyerror, I guess you can select it with old github's release.
|
59 |
os.environ["COQUI_TOS_AGREED"] = "1"
|
60 |
#m = ModelManager().download_model(model_name)
|
61 |
-
|
62 |
m = model_name
|
63 |
|
64 |
xtts_model = TTS(model_name, gpu=False)
|
|
|
58 |
model_name = "tts_models/multilingual/multi-dataset/xtts_v2" # move in v2, since xtts_v1 is generated keyerror, I guess you can select it with old github's release.
|
59 |
os.environ["COQUI_TOS_AGREED"] = "1"
|
60 |
#m = ModelManager().download_model(model_name)
|
61 |
+
##print(m)
|
62 |
m = model_name
|
63 |
|
64 |
xtts_model = TTS(model_name, gpu=False)
|