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