jiandan1998 commited on
Commit
01fc046
·
verified ·
1 Parent(s): 48ad5db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -2
app.py CHANGED
@@ -258,8 +258,20 @@ with gr.Blocks(
258
  gr.Examples(
259
  examples=[
260
  [
261
- "Create a dynamic and intense scene depicting a warrior fighting a fearsome fire dragon. The setting should be grand and immersive, capturing the scale and drama of the confrontation.",
262
- "https://d2g64w682n9w0w.cloudfront.net/media/images/1745337597019716935_RS1XUQMI.jpg"
 
 
 
 
 
 
 
 
 
 
 
 
263
  ]
264
  ],
265
  inputs=[prompt, img_input],
 
258
  gr.Examples(
259
  examples=[
260
  [
261
+ "A dog is chasing a cat in the park. ",
262
+ "https://github.com/Tencent/HunyuanCustom/blob/main/assets/images/seg_poodle.png?raw=true"
263
+ ],
264
+ [
265
+ "A single person, in the dressing room. A woman is holding a lipstick, trying it on, and introducing it. ",
266
+ "https://github.com/Tencent/HunyuanCustom/blob/main/assets/images/seg_boy.png?raw=true"
267
+ ],
268
+ [
269
+ "A man is drinking Moutai in the pavilion. ",
270
+ "https://github.com/Tencent/HunyuanCustom/blob/main/assets/images/seg_man_03.png?raw=true"
271
+ ],
272
+ [
273
+ "A woman is boxing with a panda, and they are at a stalemate. ",
274
+ "https://github.com/Tencent/HunyuanCustom/blob/main/assets/images/seg_woman_01.png?raw=true"
275
  ]
276
  ],
277
  inputs=[prompt, img_input],