Changhan commited on
Commit
a5268a9
1 Parent(s): e129106

Update README.md

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