Update model id for the code snippet (#4)
Browse files- Update model id for the code snippet (e278443a6393e50cb12a04c7cd34aae76f8f7394)
Co-authored-by: Steven Zheng <Steveeeeeeen@users.noreply.huggingface.co>
README.md
CHANGED
@@ -73,7 +73,7 @@ import soundfile as sf
|
|
73 |
from dia.model import Dia
|
74 |
|
75 |
|
76 |
-
model = Dia.from_pretrained("nari-labs/Dia-1.6B")
|
77 |
|
78 |
text = "[S1] Dia is an open weights text to dialogue model. [S2] You get full control over scripts and voices. [S1] Wow. Amazing. (laughs) [S2] Try it now on Git hub or Hugging Face."
|
79 |
|
|
|
73 |
from dia.model import Dia
|
74 |
|
75 |
|
76 |
+
model = Dia.from_pretrained("nari-labs/Dia-1.6B-0626")
|
77 |
|
78 |
text = "[S1] Dia is an open weights text to dialogue model. [S2] You get full control over scripts and voices. [S1] Wow. Amazing. (laughs) [S2] Try it now on Git hub or Hugging Face."
|
79 |
|