Spaces:
Runtime error
Runtime error
John Langley
commited on
Commit
·
f59fc96
1
Parent(s):
94648ab
trying things with cpu
Browse files
app.py
CHANGED
@@ -55,9 +55,6 @@ mistral_llm = Llama(model_path=mistral_model_path,n_gpu_layers=35,max_new_tokens
|
|
55 |
|
56 |
# Load XTTS Model
|
57 |
print("Loading XTTS model")
|
58 |
-
model_names = TTS().list_models()
|
59 |
-
print(model_names.__dict__)
|
60 |
-
print(model_names.__dir__())
|
61 |
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.
|
62 |
|
63 |
#m = ModelManager().download_model(model_name)
|
|
|
55 |
|
56 |
# Load XTTS Model
|
57 |
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 |
|
60 |
#m = ModelManager().download_model(model_name)
|