Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,16 +93,6 @@ gr.Interface(
|
|
| 93 |
type="pil",
|
| 94 |
label="edit result"),
|
| 95 |
],
|
| 96 |
-
examples=[
|
| 97 |
-
["./images/blue_white_bird.jpg", "change the color of bird's feathers from blue to red."],
|
| 98 |
-
["./images/house.jpg", "change the house to a modern one."],
|
| 99 |
-
["./images/apples.jpg", "change green apple to a red apple"],
|
| 100 |
-
["./images/Furniture_Gateway_02.jpg", "make the sofa to one with leather"],
|
| 101 |
-
["./images/girl_and_two_boys.png", "remove the boy with blue backbag"],
|
| 102 |
-
["./images/dog.png", "remove the chair"],
|
| 103 |
-
["./images/horse.png", "change the sky to mountain"],
|
| 104 |
-
["./images/Magritte_TheSonOfMan.jpg", "remove the green apple"]
|
| 105 |
-
],
|
| 106 |
title=title,
|
| 107 |
description=description,
|
| 108 |
allow_flagging='never',
|
|
|
|
| 93 |
type="pil",
|
| 94 |
label="edit result"),
|
| 95 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
title=title,
|
| 97 |
description=description,
|
| 98 |
allow_flagging='never',
|