RKP64 commited on
Commit
3174f7f
·
1 Parent(s): 02d5f74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -2
app.py CHANGED
@@ -159,8 +159,17 @@ with gr.Blocks(css="#chatbot {overflow:auto; height:500px;}") as demo:
159
  btn = gr.UploadButton("🖼️Upload", file_types=["image"])
160
 
161
  gr.Examples(
162
- examples=[
163
- ]
 
 
 
 
 
 
 
 
 
164
  inputs=txt
165
  )
166
 
 
159
  btn = gr.UploadButton("🖼️Upload", file_types=["image"])
160
 
161
  gr.Examples(
162
+ examples=[ "Generate a figure of a cat running in the garden",
163
+ "Replace the cat with a dog",
164
+ "Remove the dog in this image",
165
+ "Can you detect the canny edge of this image?",
166
+ "Can you use this canny image to generate an oil painting of a dog",
167
+ "Make it like water-color painting",
168
+ "What is the background color",
169
+ "Describe this image",
170
+ "please detect the depth of this image",
171
+ "Can you use this depth image to generate a cute dog",
172
+ ],
173
  inputs=txt
174
  )
175