LanHarmony commited on
Commit
d0ec13b
1 Parent(s): a009035
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,7 +174,7 @@ with gr.Blocks(css="#chatbot .overflow-y-auto{height:500px}") as demo:
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"],
179
  inputs=txt
180
  )
 
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"],
179
  inputs=txt
180
  )