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