Skip to content

Commit ac4ec51

Browse files
Apply style fixes
1 parent 974c829 commit ac4ec51

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/diffusers/pipelines/longcat_audio_dit/pipeline_longcat_audio_dit.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@
4343
>>> pipe.to("cuda")
4444
4545
>>> prompt = "A calm ocean wave ambience with soft wind in the background."
46-
>>> audio = pipe(prompt, audio_duration_s=5.0, num_inference_steps=20, guidance_scale=4.0, seed=42).audios[0, 0]
46+
>>> audio = pipe(prompt, audio_duration_s=5.0, num_inference_steps=20, guidance_scale=4.0, seed=42).audios[
47+
... 0, 0
48+
... ]
4749
>>> sf.write("output.wav", audio, pipe.sample_rate)
4850
```
4951
"""

0 commit comments

Comments
 (0)