Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gradio_app.py #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion gradio_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,8 @@ def diffusion_fn(chatbot, canvas_outputs, num_samples, seed, image_width, image_
examples = gr.Dataset(
samples=[
['generate an image of the fierce battle of warriors and a dragon'],
['change the dragon to a dinosaur']
['change the dragon to a dinosaur'],
['change the dinosaur to a mechadinosaur']
],
components=[gr.Textbox(visible=False)],
label='Quick Prompts'
Expand Down