inOXcrm commited on
Commit
e4bf055
·
1 Parent(s): 927152f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,8 +1,7 @@
1
  import gradio as gr
2
-
3
  # Load spectrogram generator
4
  from nemo.collections.tts.models import FastPitchModel
5
- spec_generator = FastPitchModel.restore_from("https://huggingface.co/inOXcrm/German_multispeaker_FastPitch_nemo")
6
 
7
  # Load Vocoder
8
  from nemo.collections.tts.models import HifiGanModel
 
1
  import gradio as gr
 
2
  # Load spectrogram generator
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