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'