Update app.py
Browse files
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
|