Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ speaker_id = tts_model.hps.data.spk2id["EN-Newest"]
|
|
50 |
blocksize = 512
|
51 |
tts_model.tts_to_file("text", speaker_id, quiet=True)
|
52 |
dummy_input = torch.randn(
|
53 |
-
(
|
54 |
dtype=getattr(torch, "float16"),
|
55 |
device="cpu",
|
56 |
).cpu().numpy()
|
|
|
50 |
blocksize = 512
|
51 |
tts_model.tts_to_file("text", speaker_id, quiet=True)
|
52 |
dummy_input = torch.randn(
|
53 |
+
(3000),
|
54 |
dtype=getattr(torch, "float16"),
|
55 |
device="cpu",
|
56 |
).cpu().numpy()
|