Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ else:
|
|
18 |
gen.load_state_dict(torch.hub.load_state_dict_from_url(f"https://huggingface.co/YaohuiW/LIA-X/resolve/main/lia-x.pt"))
|
19 |
gen.eval()
|
20 |
|
21 |
-
chunk_size=
|
22 |
|
23 |
def load_file(path):
|
24 |
|
|
|
18 |
gen.load_state_dict(torch.hub.load_state_dict_from_url(f"https://huggingface.co/YaohuiW/LIA-X/resolve/main/lia-x.pt"))
|
19 |
gen.eval()
|
20 |
|
21 |
+
chunk_size=8
|
22 |
|
23 |
def load_file(path):
|
24 |
|