liuhuadai commited on
Commit
6523b2e
1 Parent(s): 5c0dfd8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -22,7 +22,7 @@ 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
- from scriptspython.InferAPI import AudioLCMInfer
26
 
27
 
28
  prompt="Constant rattling noise and sharp vibrations"
@@ -39,7 +39,7 @@ audio_path = AudioLCMInfer(prompt, config_path=config_path, model_path=model_pat
39
  Use the `AudioLCMBatchInfer` function to generate multiple audio samples for a batch of text prompts:
40
 
41
  ```python
42
- from scriptspython.InferAPI import AudioLCMBatchInfer
43
 
44
 
45
  prompts=[
 
22
  Download the **AudioLCM** model and generate audio from a text prompt:
23
 
24
  ```python
25
+ from pythonscripts.InferAPI import AudioLCMInfer
26
 
27
 
28
  prompt="Constant rattling noise and sharp vibrations"
 
39
  Use the `AudioLCMBatchInfer` function to generate multiple audio samples for a batch of text prompts:
40
 
41
  ```python
42
+ from pythonscripts.InferAPI import AudioLCMBatchInfer
43
 
44
 
45
  prompts=[