From 1a5471b5a0f51254400ca81d4e8b2d36e6493d3c Mon Sep 17 00:00:00 2001 From: Yuan-Man <68322456+Yuan-ManX@users.noreply.github.com> Date: Sat, 1 Jun 2024 15:20:47 +0800 Subject: [PATCH] Update gradio_app.py --- gradio_app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gradio_app.py b/gradio_app.py index de27039..1f48545 100644 --- a/gradio_app.py +++ b/gradio_app.py @@ -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'