Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ import gradio as gr
|
|
3 |
from nemo.collections.tts.models import FastPitchModel
|
4 |
spec_generator = FastPitchModel.from_pretrained(model_name="inOXcrm/German_multispeaker_FastPitch_nemo")
|
5 |
|
|
|
6 |
# Load Vocoder
|
7 |
from nemo.collections.tts.models import HifiGanModel
|
8 |
model = HifiGanModel.from_pretrained(model_name="tts_de_hui_hifigan_ft_fastpitch_multispeaker_5")
|
|
|
3 |
from nemo.collections.tts.models import FastPitchModel
|
4 |
spec_generator = FastPitchModel.from_pretrained(model_name="inOXcrm/German_multispeaker_FastPitch_nemo")
|
5 |
|
6 |
+
|
7 |
# Load Vocoder
|
8 |
from nemo.collections.tts.models import HifiGanModel
|
9 |
model = HifiGanModel.from_pretrained(model_name="tts_de_hui_hifigan_ft_fastpitch_multispeaker_5")
|