Siddhant commited on
Commit
764da9e
1 Parent(s): ccc910d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- (1, 80, 3000),
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()