Changhan commited on
Commit
35d7c2e
1 Parent(s): b5a219c

Update README.md

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