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