Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
8e8b046d
Unverified
Commit
8e8b046d
authored
Jul 11, 2023
by
manosplitsis
Committed by
GitHub
Jul 11, 2023
Browse files
Typo fix in example docstring in audioldm pipeline (#4044)
typo fix in example docstring in audioldm pipeline
parent
5e704a2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/diffusers/pipelines/audioldm/pipeline_audioldm.py
src/diffusers/pipelines/audioldm/pipeline_audioldm.py
+1
-1
No files found.
src/diffusers/pipelines/audioldm/pipeline_audioldm.py
View file @
8e8b046d
...
@@ -38,7 +38,7 @@ EXAMPLE_DOC_STRING = """
...
@@ -38,7 +38,7 @@ EXAMPLE_DOC_STRING = """
>>> pipe = pipe.to("cuda")
>>> pipe = pipe.to("cuda")
>>> prompt = "A hammer hitting a wooden surface"
>>> prompt = "A hammer hitting a wooden surface"
>>> audio = pipe(prompt).audio[0]
>>> audio = pipe(prompt).audio
s
[0]
```
```
"""
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment