Spaces:
Runtime error
Runtime error
LanHarmony
commited on
Commit
•
0bfc08f
1
Parent(s):
d0ec13b
api key
Browse files
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
|
172 |
-
"Replace the cat with a
|
173 |
-
"Remove the
|
174 |
"Can you detect the canny edge of this image?",
|
175 |
-
"Can you use this canny image to generate
|
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"],
|