Spaces:
Running
on
Zero
Running
on
Zero
Hưng
commited on
Commit
·
3f4634d
1
Parent(s):
4abde05
update model repo
Browse files
app.py
CHANGED
@@ -18,9 +18,9 @@ model = load_model(
|
|
18 |
DiT,
|
19 |
dict(dim=1024, depth=22, heads=16, ff_mult=2, text_dim=512, conv_layers=4),
|
20 |
ckpt_path=str(
|
21 |
-
cached_path("hf://whatvn/
|
22 |
),
|
23 |
-
vocab_file=str(cached_path("hf://whatvn/
|
24 |
)
|
25 |
|
26 |
|
|
|
18 |
DiT,
|
19 |
dict(dim=1024, depth=22, heads=16, ff_mult=2, text_dim=512, conv_layers=4),
|
20 |
ckpt_path=str(
|
21 |
+
cached_path("hf://whatvn/vietnamese-tts/model.tensors")
|
22 |
),
|
23 |
+
vocab_file=str(cached_path("hf://whatvn/vietnamese-tts/vocab.txt")),
|
24 |
)
|
25 |
|
26 |
|