chore: tts model=suno/bark-small
Browse files- 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="
|
| 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 |
)
|