Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ def generate_tts(text, temperature, repetition_penalty, speaker_selection, refer
|
|
| 24 |
model_path="OuteAI/OuteTTS-0.3-1B",
|
| 25 |
tokenizer_path="OuteAI/OuteTTS-0.3-1B",
|
| 26 |
dtype=torch.bfloat16,
|
| 27 |
-
device="
|
| 28 |
)
|
| 29 |
interface = outetts.InterfaceHF(model_version="0.3", cfg=model_config)
|
| 30 |
|
|
|
|
| 24 |
model_path="OuteAI/OuteTTS-0.3-1B",
|
| 25 |
tokenizer_path="OuteAI/OuteTTS-0.3-1B",
|
| 26 |
dtype=torch.bfloat16,
|
| 27 |
+
device="cpu"
|
| 28 |
)
|
| 29 |
interface = outetts.InterfaceHF(model_version="0.3", cfg=model_config)
|
| 30 |
|