Kremon96 commited on
Commit
559790e
·
verified ·
1 Parent(s): 20fef4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="cuda"
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