YaohuiW commited on
Commit
485e16a
·
verified ·
1 Parent(s): c61b6f6

Update app.py

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