laverdes commited on
Commit
1438534
·
1 Parent(s): b76efe0

chore: tts model=suno/bark-small

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +1 -1
Gradio_UI.py CHANGED
@@ -131,7 +131,7 @@ def pull_messages_from_step(
131
 
132
  text_to_speech_pipe = pipeline(
133
  task="text-to-speech",
134
- model="facebook/fastspeech2-en-ljspeech", # "suno/bark-small",
135
  device = 0 if torch.cuda.is_available() else "cpu",
136
  torch_dtype=torch.float16,
137
  )
 
131
 
132
  text_to_speech_pipe = pipeline(
133
  task="text-to-speech",
134
+ model="suno/bark-small", # "suno/bark-small",
135
  device = 0 if torch.cuda.is_available() else "cpu",
136
  torch_dtype=torch.float16,
137
  )