Update README.md
Browse files
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
|
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
|
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=[
|