Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,10 +10,10 @@ from transformers import (
|
|
| 10 |
SpeechT5HifiGan
|
| 11 |
)
|
| 12 |
|
| 13 |
-
# =========================
|
| 14 |
# Model loading
|
| 15 |
# =========================
|
| 16 |
-
checkpoint = "Chithekitale/
|
| 17 |
|
| 18 |
processor = SpeechT5Processor.from_pretrained("microsoft/speecht5_tts")
|
| 19 |
model = SpeechT5ForTextToSpeech.from_pretrained(checkpoint)
|
|
|
|
| 10 |
SpeechT5HifiGan
|
| 11 |
)
|
| 12 |
|
| 13 |
+
# =========================Chithekitale/PhD_tts_updated
|
| 14 |
# Model loading
|
| 15 |
# =========================
|
| 16 |
+
checkpoint = "Chithekitale/PhD_tts_updated"
|
| 17 |
|
| 18 |
processor = SpeechT5Processor.from_pretrained("microsoft/speecht5_tts")
|
| 19 |
model = SpeechT5ForTextToSpeech.from_pretrained(checkpoint)
|