Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import scipy.io.wavfile
|
|
4 |
import numpy as np
|
5 |
|
6 |
# Load the MMS-TTS model and processor for Tibetan (bod)
|
7 |
-
model_id = "ganga4364/mms-tts-bod-
|
8 |
|
9 |
|
10 |
# Use the text-to-speech pipeline with the model
|
|
|
4 |
import numpy as np
|
5 |
|
6 |
# Load the MMS-TTS model and processor for Tibetan (bod)
|
7 |
+
model_id = "ganga4364/mms-tts-bod-finetune-sherab" # Replace with your fine-tuned model if necessary
|
8 |
|
9 |
|
10 |
# Use the text-to-speech pipeline with the model
|