liuhuadai commited on
Commit
aaa3b51
1 Parent(s): 86766cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -4
README.md CHANGED
@@ -22,8 +22,6 @@ Please follow the instructions in the repository for installation, usage and exp
22
  Download the **AudioLCM** model and generate audio from a text prompt:
23
 
24
  ```python
25
- import IPython
26
- import soundfile as sf
27
  from infer import AudioLCMInfer
28
 
29
 
@@ -41,8 +39,6 @@ audio_path = AudioLCMInfer(prompt, config_path=config_path, model_path=model_pat
41
  Use the `AudioLCMBatchInfer` function to generate multiple audio samples for a batch of text prompts:
42
 
43
  ```python
44
- import IPython
45
- import soundfile as sf
46
  from infer import AudioLCMBatchInfer
47
 
48
 
 
22
  Download the **AudioLCM** model and generate audio from a text prompt:
23
 
24
  ```python
 
 
25
  from infer import AudioLCMInfer
26
 
27
 
 
39
  Use the `AudioLCMBatchInfer` function to generate multiple audio samples for a batch of text prompts:
40
 
41
  ```python
 
 
42
  from infer import AudioLCMBatchInfer
43
 
44