Changhan commited on
Commit
09a2d10
1 Parent(s): c660c2a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.text_to_speech.hub_interface import S2THubInterface
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