inOXcrm commited on
Commit
8b2b538
·
1 Parent(s): e4bf055

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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")