Spaces:
Build error
Build error
...
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def infer(c_id, text):
|
|
51 |
sid = torch.LongTensor([c_id]).to(dev)
|
52 |
audio = net_g.infer(x_tst, x_tst_lengths, sid=sid, noise_scale=.667, noise_scale_w=0.8, length_scale=1)[0][0,0].data.cpu().float().numpy()
|
53 |
|
54 |
-
return audio
|
55 |
|
56 |
pth_path = "model/G_70000.pth"
|
57 |
config_path = "configs/config.json"
|
|
|
51 |
sid = torch.LongTensor([c_id]).to(dev)
|
52 |
audio = net_g.infer(x_tst, x_tst_lengths, sid=sid, noise_scale=.667, noise_scale_w=0.8, length_scale=1)[0][0,0].data.cpu().float().numpy()
|
53 |
|
54 |
+
return (hps_ms.data.sampling_rate, audio)
|
55 |
|
56 |
pth_path = "model/G_70000.pth"
|
57 |
config_path = "configs/config.json"
|