Futuresony commited on
Commit
069969a
·
verified ·
1 Parent(s): e18a76f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="facebook/mms-1b-all")
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")