Update README.md
Browse files
README.md
CHANGED
|
@@ -53,4 +53,5 @@ vocoder_path="./model/vocoder"
|
|
| 53 |
audio_path = AudioLCMBatchInfer(prompts, config_path=config_path, model_path=model_path, vocoder_path=vocoder_path)
|
| 54 |
```
|
| 55 |
|
| 56 |
-
|
|
|
|
|
|
| 53 |
audio_path = AudioLCMBatchInfer(prompts, config_path=config_path, model_path=model_path, vocoder_path=vocoder_path)
|
| 54 |
```
|
| 55 |
|
| 56 |
+
## DEMO
|
| 57 |
+
🎵🎵Welcome to try our demo🎵🎵: [https://huggingface.co/spaces/AIGC-Audio/AudioLCM](https://huggingface.co/spaces/AIGC-Audio/AudioLCM)
|