Spaces:
Runtime error
Runtime error
update model
Browse files- app.py +1 -1
- nene_final.pth +3 -0
app.py
CHANGED
@@ -23,7 +23,7 @@ net_g = SynthesizerTrn(
|
|
23 |
**hps.model)
|
24 |
_ = net_g.eval()
|
25 |
|
26 |
-
_ = utils.load_checkpoint("./
|
27 |
all_emotions = np.load("all_emotions.npy")
|
28 |
emotion_dict = {
|
29 |
"小声": 2077,
|
|
|
23 |
**hps.model)
|
24 |
_ = net_g.eval()
|
25 |
|
26 |
+
_ = utils.load_checkpoint("./nene_final.pth", net_g, None)
|
27 |
all_emotions = np.load("all_emotions.npy")
|
28 |
emotion_dict = {
|
29 |
"小声": 2077,
|
nene_final.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:883ceef11fac9786c842c29038c802f23f5f2030cc5102664eb0940fc1025315
|
3 |
+
size 479164585
|