Update README.md
Browse files
README.md
CHANGED
|
@@ -25,4 +25,7 @@ prompt = "A calm ocean wave ambience with soft wind in the background."
|
|
| 25 |
audio = pipeline(prompt, audio_duration_s=5.0, num_inference_steps=20, guidance_scale=4.0, seed=42).audios[0, 0]
|
| 26 |
|
| 27 |
sf.write("output.wav", audio, pipeline.sample_rate)
|
| 28 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
audio = pipeline(prompt, audio_duration_s=5.0, num_inference_steps=20, guidance_scale=4.0, seed=42).audios[0, 0]
|
| 26 |
|
| 27 |
sf.write("output.wav", audio, pipeline.sample_rate)
|
| 28 |
+
```
|
| 29 |
+
|
| 30 |
+
## License
|
| 31 |
+
MIT License — following the upstream license published with [meituan-longcat/LongCat-AudioDiT-1B](https://huggingface.co/meituan-longcat/LongCat-AudioDiT-1B).
|