Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=
|
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 |
|