Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -90,6 +90,7 @@ gr.Interface(
|
|
90 |
examples=[
|
91 |
["./images/elon_musk.webp", "change elon musk to super man."],
|
92 |
["./images/apples.jpg", "change green apple to a red apple"],
|
|
|
93 |
["./images/girl_and_two_boys.png", "remove the boy with blue backbag"],
|
94 |
["./images/dog.png", "remove the dog"],
|
95 |
["./images/horse.png", "change the sky to mountain"],
|
|
|
90 |
examples=[
|
91 |
["./images/elon_musk.webp", "change elon musk to super man."],
|
92 |
["./images/apples.jpg", "change green apple to a red apple"],
|
93 |
+
["./images/Furniture_Gateway_02.jpg", "make the sofa to one with leather"],
|
94 |
["./images/girl_and_two_boys.png", "remove the boy with blue backbag"],
|
95 |
["./images/dog.png", "remove the dog"],
|
96 |
["./images/horse.png", "change the sky to mountain"],
|