LYL1015 commited on
Commit
e0dee71
·
verified ·
1 Parent(s): 895dea3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -540,13 +540,13 @@ def create_interface():
540
  # Add examples section
541
  gr.Examples(
542
  examples=[
543
- ["example/img4.png"],
544
  ["example/img10.png"],
545
  ["example/img12.png"],
546
- ["example/img14.jpg"]
547
  ],
548
  inputs=input_image,
549
- label="🖼️ Sample Images - Click to Try!"
550
  )
551
 
552
  # Process button
 
540
  # Add examples section
541
  gr.Examples(
542
  examples=[
543
+ ["example/img4.jpg"],
544
  ["example/img10.png"],
545
  ["example/img12.png"],
546
+ ["example/img13.jpg"]
547
  ],
548
  inputs=input_image,
549
+ label="🖼️ Example Images - Click to Try!"
550
  )
551
 
552
  # Process button