Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ gr.Interface(
|
|
88 |
label="edit result"),
|
89 |
],
|
90 |
examples=[
|
91 |
-
["./images/
|
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"],
|
|
|
88 |
label="edit result"),
|
89 |
],
|
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"],
|