LanHarmony commited on
Commit
0bfc08f
1 Parent(s): d0ec13b
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -168,11 +168,11 @@ with gr.Blocks(css="#chatbot .overflow-y-auto{height:500px}") as demo:
168
  btn = gr.UploadButton("Upload", file_types=["image"])
169
 
170
  gr.Examples(
171
- examples=["Generate a figure of a lovely cat",
172
- "Replace the cat with a lovely dog",
173
- "Remove the cat in this image",
174
  "Can you detect the canny edge of this image?",
175
- "Can you use this canny image to generate a oil painting of a lovely dog",
176
  "Make it like water-color painting",
177
  "What is the background color",
178
  "Describe this image"],
 
168
  btn = gr.UploadButton("Upload", file_types=["image"])
169
 
170
  gr.Examples(
171
+ examples=["Generate a figure of a cat running in the garden",
172
+ "Replace the cat with a dog",
173
+ "Remove the dog in this image",
174
  "Can you detect the canny edge of this image?",
175
+ "Can you use this canny image to generate an oil painting of a dog",
176
  "Make it like water-color painting",
177
  "What is the background color",
178
  "Describe this image"],