Update README.md
Browse files
README.md
CHANGED
|
@@ -147,4 +147,17 @@ audio_values = model.generate(
|
|
| 147 |
audio = audio_values[0].to(torch.float32).cpu().numpy()
|
| 148 |
sf.write("example_without_context.wav", audio, 24000)
|
| 149 |
display(Audio(audio, rate=24000))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 150 |
```
|
|
|
|
| 147 |
audio = audio_values[0].to(torch.float32).cpu().numpy()
|
| 148 |
sf.write("example_without_context.wav", audio, 24000)
|
| 149 |
display(Audio(audio, rate=24000))
|
| 150 |
+
```
|
| 151 |
+
|
| 152 |
+
# 📖 How to Cite This Model
|
| 153 |
+
```
|
| 154 |
+
@misc{moira2025greektts15,
|
| 155 |
+
title = {GreekTTS-1.0: A State-of-the-Art System for Greek Text-to-Speech Synthesis},
|
| 156 |
+
author = {Moira.AI},
|
| 157 |
+
year = {2025},
|
| 158 |
+
month = {sep},
|
| 159 |
+
day = {22},
|
| 160 |
+
url = {https://moira-ai.com/},
|
| 161 |
+
note = {Demo report: https://moiraai2024.github.io/GreekTTS-demo/}
|
| 162 |
+
}
|
| 163 |
```
|