Unverified Commit 8e8b046d authored by manosplitsis's avatar manosplitsis Committed by GitHub
Browse files

Typo fix in example docstring in audioldm pipeline (#4044)

typo fix in example docstring in audioldm pipeline
parent 5e704a2c
......@@ -38,7 +38,7 @@ EXAMPLE_DOC_STRING = """
>>> pipe = pipe.to("cuda")
>>> prompt = "A hammer hitting a wooden surface"
>>> audio = pipe(prompt).audio[0]
>>> audio = pipe(prompt).audios[0]
```
"""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment