Update README.md
Browse files
README.md
CHANGED
@@ -1263,9 +1263,7 @@ print(res)
|
|
1263 |
`MiniCPM-o-2.6` can also do Instruction-to-Speech, aka **Voice Creation**. You can describe a voice in detail, and the model will generate a voice that matches the description. For more Instruction-to-Speech sample instructions, you can refer to https://voxinstruct.github.io/VoxInstruct/.
|
1264 |
|
1265 |
```python
|
1266 |
-
instruction = '
|
1267 |
-
|
1268 |
-
instruction = '在新闻中,一个年轻男性兴致勃勃地说:“祝福亲爱的祖国母亲美丽富强!”他用低音调和低音量,慢慢地说出了这句话。'
|
1269 |
|
1270 |
msgs = [{'role': 'user', 'content': [instruction]}]
|
1271 |
|
|
|
1263 |
`MiniCPM-o-2.6` can also do Instruction-to-Speech, aka **Voice Creation**. You can describe a voice in detail, and the model will generate a voice that matches the description. For more Instruction-to-Speech sample instructions, you can refer to https://voxinstruct.github.io/VoxInstruct/.
|
1264 |
|
1265 |
```python
|
1266 |
+
instruction = 'Speak like a male charming superstar, radiating confidence and style in every word.'
|
|
|
|
|
1267 |
|
1268 |
msgs = [{'role': 'user', 'content': [instruction]}]
|
1269 |
|