missing import
#26
by
arnaucas
- opened
README.md
CHANGED
|
@@ -64,6 +64,7 @@ pip install --upgrade transformers sentencepiece datasets[audio]
|
|
| 64 |
from transformers import pipeline
|
| 65 |
from datasets import load_dataset
|
| 66 |
import soundfile as sf
|
|
|
|
| 67 |
|
| 68 |
synthesiser = pipeline("text-to-speech", "microsoft/speech_tt5")
|
| 69 |
|
|
|
|
| 64 |
from transformers import pipeline
|
| 65 |
from datasets import load_dataset
|
| 66 |
import soundfile as sf
|
| 67 |
+
import torch
|
| 68 |
|
| 69 |
synthesiser = pipeline("text-to-speech", "microsoft/speech_tt5")
|
| 70 |
|