YaohuiW commited on
Commit
f5ba9ab
·
verified ·
1 Parent(s): f01681c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ ckpt_path = hf_hub_download(repo_id="YaohuiW/LIA-X", filename="lia-x.pt")
17
  gen.load_state_dict(torch.load(ckpt_path, weights_only=True))
18
  gen.eval()
19
 
20
- chunk_size=30
21
 
22
  def load_file(path):
23
 
 
17
  gen.load_state_dict(torch.load(ckpt_path, weights_only=True))
18
  gen.eval()
19
 
20
+ chunk_size=16
21
 
22
  def load_file(path):
23