Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ import torch
|
|
| 10 |
chat_client = InferenceClient("Futuresony/future_ai_12_10_2024.gguf")
|
| 11 |
|
| 12 |
# Initialize the TTS pipeline
|
| 13 |
-
tts_synthesizer = pipeline("text-to-speech", model="
|
| 14 |
|
| 15 |
# Load the speaker embeddings dataset
|
| 16 |
embeddings_dataset = load_dataset("Matthijs/cmu-arctic-xvectors", split="validation")
|
|
|
|
| 10 |
chat_client = InferenceClient("Futuresony/future_ai_12_10_2024.gguf")
|
| 11 |
|
| 12 |
# Initialize the TTS pipeline
|
| 13 |
+
tts_synthesizer = pipeline("text-to-speech", model="Futuresony/Output")
|
| 14 |
|
| 15 |
# Load the speaker embeddings dataset
|
| 16 |
embeddings_dataset = load_dataset("Matthijs/cmu-arctic-xvectors", split="validation")
|