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

Update app.py

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