Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ datasets:
|
|
20 |
## Usage
|
21 |
```python
|
22 |
from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub
|
23 |
-
from fairseq.models.
|
24 |
from fairseq.models.text_to_speech.hub_interface import TTSHubInterface
|
25 |
import IPython.display as ipd
|
26 |
import torchaudio
|
|
|
20 |
## Usage
|
21 |
```python
|
22 |
from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub
|
23 |
+
from fairseq.models.speech_to_text.hub_interface import S2THubInterface
|
24 |
from fairseq.models.text_to_speech.hub_interface import TTSHubInterface
|
25 |
import IPython.display as ipd
|
26 |
import torchaudio
|